]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
gpu: nova-core: use core library's CStr instead of kernel one
authorAlexandre Courbot <acourbot@nvidia.com>
Tue, 17 Feb 2026 02:45:55 +0000 (11:45 +0900)
committerAlexandre Courbot <acourbot@nvidia.com>
Tue, 24 Feb 2026 23:17:04 +0000 (08:17 +0900)
commit4a49fe23e357b48845e31fe9c28a802c05458198
treed70215b44f2bd460c89da8cc8c9ddcffce3a38e4
parent8e10d462e66db8b4702a8bd40642b214599270ba
gpu: nova-core: use core library's CStr instead of kernel one

The kernel's own CStr type has been replaced by the one in the core
library, and is now an alias to the latter. Change our imports to
directly reference the actual type.

Reviewed-by: Lyude Paul <lyude@redhat.com>
Reviewed-by: Gary Guo <gary@garyguo.net>
Reviewed-by: Danilo Krummrich <dakr@kernel.org>
Link: https://patch.msgid.link/20260217-nova-misc-v3-7-b4e2d45eafbc@nvidia.com
[acourbot@nvidia.com: remove unneeded imports reorganization in
firmware/gsp.rs]
Signed-off-by: Alexandre Courbot <acourbot@nvidia.com>
drivers/gpu/nova-core/firmware.rs
drivers/gpu/nova-core/nova_core.rs