aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--rust/kernel/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/rust/kernel/lib.rs b/rust/kernel/lib.rs
index 9cf4ca0ae7a1ec..cd191686fef612 100644
--- a/rust/kernel/lib.rs
+++ b/rust/kernel/lib.rs
@@ -138,9 +138,9 @@ pub mod time;
pub mod tracepoint;
pub mod transmute;
pub mod types;
+pub mod uaccess;
#[cfg(CONFIG_USB = "y")]
pub mod usb;
-pub mod uaccess;
pub mod workqueue;
pub mod xarray;