compatibility: updated module declaration

This commit is contained in:
Suyono 2023-04-09 23:37:43 +10:00
parent c8ed25d081
commit 358c1104dc
1 changed files with 4 additions and 4 deletions

View File

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