diff options
Diffstat (limited to 'rust/kernel/lib.rs')
-rw-r--r-- | rust/kernel/lib.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/rust/kernel/lib.rs b/rust/kernel/lib.rs index c1b781371ba3..e3933f3dfc0b 100644 --- a/rust/kernel/lib.rs +++ b/rust/kernel/lib.rs @@ -52,6 +52,9 @@ pub mod firmware; pub mod fs; #[path = "../pin-init/src/lib.rs"] pub mod init; +// momentarily use the name `init_ext` and set the path manually +#[path = "init.rs"] +pub mod init_ext; pub mod io; pub mod ioctl; pub mod jump_label; |