Merge pull request #5 from rnestler/fix-build-for-linux-6.2
Update for Linux 6.2
This commit is contained in:
commit
f44f83f3de
@ -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 {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user