Merge pull request #5 from rnestler/fix-build-for-linux-6.2

Update for Linux 6.2
This commit is contained in:
Miguel Ojeda 2023-01-24 19:24:19 +01:00 committed by GitHub
commit f44f83f3de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 {