Update for Linux 6.2

Signed-off-by: Raphael Nestler <raphael.nestler@gmail.com>
This commit is contained in:
Raphael Nestler 2023-01-24 15:15:26 +01:00
parent a5de4e66ae
commit e36fc14c01

View File

@ -6,10 +6,10 @@ use kernel::prelude::*;
module! { module! {
type: RustOutOfTree, type: RustOutOfTree,
name: b"rust_out_of_tree", name: "rust_out_of_tree",
author: b"Rust for Linux Contributors", author: "Rust for Linux Contributors",
description: b"Rust out-of-tree sample", description: "Rust out-of-tree sample",
license: b"GPL", license: "GPL",
} }
struct RustOutOfTree { struct RustOutOfTree {