Skip to content

Commit 694adba

Browse files
committed
fixup! rust: of: Add OF node abstraction
1 parent e48ec43 commit 694adba

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

rust/kernel/device.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
//! C header: [`include/linux/device.h`](srctree/include/linux/device.h)
66
77
use crate::{
8-
bindings,
9-
of,
8+
bindings, of,
9+
prelude::*,
1010
types::{ARef, ForeignOwnable, NotThreadSafe, Opaque},
1111
};
1212
use core::{fmt, marker::PhantomData, ptr};

0 commit comments

Comments
 (0)