Skip to content

Commit

Permalink
Merge pull request torvalds#509 from nbdd0121/rust
Browse files Browse the repository at this point in the history
rust: remove kernel/trait.rs
  • Loading branch information
ojeda authored Oct 5, 2021
2 parents f5e9a8b + a9976fe commit 238b5b6
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 29 deletions.
1 change: 0 additions & 1 deletion rust/kernel/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ pub mod power;
pub mod security;
pub mod str;
pub mod task;
pub mod traits;

pub mod linked_list;
mod raw_list;
Expand Down
2 changes: 0 additions & 2 deletions rust/kernel/prelude.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,3 @@ pub use super::{pr_alert, pr_crit, pr_debug, pr_emerg, pr_err, pr_info, pr_notic
pub use super::static_assert;

pub use super::{Error, KernelModule, Result};

pub use crate::traits::TryPin;
26 changes: 0 additions & 26 deletions rust/kernel/traits.rs

This file was deleted.

0 comments on commit 238b5b6

Please sign in to comment.