mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-12-27 13:30:45 -05: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:
committed by
Greg Kroah-Hartman
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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user