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! { module! {
type: RustOutOfTree, type: RustOutOfTree,
name: "rust_out_of_tree", name: b"rust_out_of_tree",
author: "Rust for Linux Contributors", author: b"Rust for Linux Contributors",
description: "Rust out-of-tree sample", description: b"Rust out-of-tree sample",
license: "GPL", license: b"GPL",
} }
struct RustOutOfTree { struct RustOutOfTree {