summaryrefslogtreecommitdiff
path: root/rust/kernel/net/phy/reg.rs
diff options
context:
space:
mode:
Diffstat (limited to 'rust/kernel/net/phy/reg.rs')
-rw-r--r--rust/kernel/net/phy/reg.rs8
1 files changed, 5 insertions, 3 deletions
diff --git a/rust/kernel/net/phy/reg.rs b/rust/kernel/net/phy/reg.rs
index a7db0064cb7d..80e22c264ea8 100644
--- a/rust/kernel/net/phy/reg.rs
+++ b/rust/kernel/net/phy/reg.rs
@@ -9,9 +9,11 @@
//! defined in IEEE 802.3.
use super::Device;
-use crate::build_assert;
-use crate::error::*;
-use crate::uapi;
+use crate::{
+ build_assert::build_assert,
+ error::*,
+ uapi, //
+};
mod private {
/// Marker that a trait cannot be implemented outside of this crate