gpu: nova-core: remove imports available from prelude

No functional changes intended.

Signed-off-by: Gary Guo <gary@garyguo.net>
Link: https://patch.msgid.link/20260610135716.1013688-1-gary@kernel.org
Signed-off-by: Danilo Krummrich <dakr@kernel.org>
This commit is contained in:
Gary Guo
2026-06-10 14:57:14 +01:00
committed by Danilo Krummrich
parent 3e4bac7b8c
commit e453072df2
2 changed files with 1 additions and 4 deletions

View File

@@ -468,11 +468,9 @@ pub(crate) const fn create(
/// that scheme before nova-core becomes stable, which means this module will eventually be
/// removed.
mod elf {
use core::mem::size_of;
use kernel::{
bindings,
str::CStr,
prelude::*,
transmute::FromBytes, //
};

View File

@@ -7,7 +7,6 @@
//! be loaded using PIO.
use kernel::{
alloc::KVec,
device::{
self,
Device, //