]> www.infradead.org Git - users/jedix/linux-maple.git/commit
rust: io: move module entry to its correct location
authorDanilo Krummrich <dakr@kernel.org>
Fri, 3 Jan 2025 16:46:02 +0000 (17:46 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 7 Jan 2025 10:31:45 +0000 (11:31 +0100)
commit9b880189327b9727640147253f3236ec5b3f704f
tree00a7a0a325c468fc8d1f45d4b24e3033a9c8efaf
parent7e16820fe538e1d36a3bc5aab42f7d2c9d14d0fe
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>
rust/kernel/lib.rs