Skip to content

Commit

Permalink
Merge pull request thesofproject#13 from Rust-for-Linux/fix-removed-fs
Browse files Browse the repository at this point in the history
Fix missing removal of `mod filesystem`
  • Loading branch information
ojeda committed Sep 18, 2020
2 parents 7f60ab1 + 29570ae commit 33c80fe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rust/kernel/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ pub mod c_types;
pub mod chrdev;
mod error;
pub mod file_operations;
pub mod filesystem;
pub mod prelude;
pub mod printk;
pub mod random;
Expand Down

0 comments on commit 33c80fe

Please sign in to comment.