mirror of
https://github.com/torvalds/linux.git
synced 2026-05-27 16:44:58 +02:00
rust: io: move module entry to its correct location
The module entry of `io` falsely ended up in the "use" block instead of the "mod" block, hence move it to its correct location. Signed-off-by: Danilo Krummrich <dakr@kernel.org> Link: https://lore.kernel.org/r/20250103164655.96590-3-dakr@kernel.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
7e16820fe5
commit
9b88018932
|
|
@ -48,6 +48,7 @@
|
|||
pub mod firmware;
|
||||
pub mod fs;
|
||||
pub mod init;
|
||||
pub mod io;
|
||||
pub mod ioctl;
|
||||
pub mod jump_label;
|
||||
#[cfg(CONFIG_KUNIT)]
|
||||
|
|
@ -84,7 +85,6 @@
|
|||
|
||||
#[doc(hidden)]
|
||||
pub use bindings;
|
||||
pub mod io;
|
||||
pub use macros;
|
||||
pub use uapi;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user