summaryrefslogtreecommitdiff
path: root/rust/kernel/lib.rs
diff options
context:
space:
mode:
authorIngo Molnar <mingo@kernel.org>2025-03-06 22:26:36 +0100
committerIngo Molnar <mingo@kernel.org>2025-03-06 22:26:36 +0100
commit82354fce168c7cb037644bf4443b3e1b7559976c (patch)
tree39e2f997a23ea386e5045acce67e8819690b7036 /rust/kernel/lib.rs
parent7ab02bd36eb444654183ad6c5b15211ddfa32a8f (diff)
parentb1536481c81fb604074da799e4f2d2038a1663f7 (diff)
Merge branch 'sched/urgent' into sched/core, to pick up dependent commits
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'rust/kernel/lib.rs')
-rw-r--r--rust/kernel/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/rust/kernel/lib.rs b/rust/kernel/lib.rs
index 496ed32b0911..398242f92a96 100644
--- a/rust/kernel/lib.rs
+++ b/rust/kernel/lib.rs
@@ -46,6 +46,7 @@ pub mod device_id;
pub mod devres;
pub mod driver;
pub mod error;
+pub mod faux;
#[cfg(CONFIG_RUST_FW_LOADER_ABSTRACTIONS)]
pub mod firmware;
pub mod fs;