Skip to content

Commit c952b95

Browse files
committed
rust: device: property: Fix use for Sealed trait
Signed-off-by: Janne Grunau <j@jannau.net>
1 parent 85475a4 commit c952b95

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rust/kernel/device/property.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ use core::{mem::MaybeUninit, ptr};
99
use crate::{
1010
alloc::KVec,
1111
bindings,
12+
device::private::Sealed,
1213
error::{to_result, Result},
1314
prelude::*,
14-
private::Sealed,
1515
str::{CStr, CString},
1616
types::{ARef, Opaque},
1717
};

0 commit comments

Comments
 (0)