We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e48ec43 commit 694adbaCopy full SHA for 694adba
1 file changed
rust/kernel/device.rs
@@ -5,8 +5,8 @@
5
//! C header: [`include/linux/device.h`](srctree/include/linux/device.h)
6
7
use crate::{
8
- bindings,
9
- of,
+ bindings, of,
+ prelude::*,
10
types::{ARef, ForeignOwnable, NotThreadSafe, Opaque},
11
};
12
use core::{fmt, marker::PhantomData, ptr};
0 commit comments