On Tue Dec 16, 2025 at 4:27 AM GMT, Alexandre Courbot wrote: > 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 <[email protected]> > Signed-off-by: Alexandre Courbot <[email protected]>
Reviewed-by: Gary Guo <[email protected]> > --- > drivers/gpu/nova-core/firmware.rs | 2 +- > drivers/gpu/nova-core/firmware/gsp.rs | 6 ++++-- > drivers/gpu/nova-core/nova_core.rs | 2 +- > drivers/gpu/nova-core/util.rs | 4 ++-- > 4 files changed, 8 insertions(+), 6 deletions(-)
