summary refs log tree commit diff
path: root/devices/src/usb/xhci/xhci_regs.rs
diff options
context:
space:
mode:
Diffstat (limited to 'devices/src/usb/xhci/xhci_regs.rs')
-rw-r--r--devices/src/usb/xhci/xhci_regs.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/devices/src/usb/xhci/xhci_regs.rs b/devices/src/usb/xhci/xhci_regs.rs
index a5ea3b2..810c44e 100644
--- a/devices/src/usb/xhci/xhci_regs.rs
+++ b/devices/src/usb/xhci/xhci_regs.rs
@@ -2,7 +2,7 @@
 // Use of this source code is governed by a BSD-style license that can be
 // found in the LICENSE file.
 
-use register_space::{Register, RegisterSpace};
+use crate::register_space::{Register, RegisterSpace};
 
 /// Max interrupter number.
 pub const MAX_INTERRUPTER: u8 = 1;