summaryrefslogtreecommitdiff
path: root/samples/rust/rust_configfs.rs
diff options
context:
space:
mode:
Diffstat (limited to 'samples/rust/rust_configfs.rs')
-rw-r--r--samples/rust/rust_configfs.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/rust/rust_configfs.rs b/samples/rust/rust_configfs.rs
index 5005453f874d..0ccc7553ef39 100644
--- a/samples/rust/rust_configfs.rs
+++ b/samples/rust/rust_configfs.rs
@@ -5,7 +5,7 @@
use kernel::alloc::flags;
use kernel::c_str;
use kernel::configfs;
-use kernel::configfs_attrs;
+use kernel::configfs::configfs_attrs;
use kernel::new_mutex;
use kernel::page::PAGE_SIZE;
use kernel::prelude::*;