summary refs log tree commit diff
path: root/devices/src/usb/xhci/event_ring.rs
diff options
context:
space:
mode:
Diffstat (limited to 'devices/src/usb/xhci/event_ring.rs')
-rw-r--r--devices/src/usb/xhci/event_ring.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/devices/src/usb/xhci/event_ring.rs b/devices/src/usb/xhci/event_ring.rs
index fcaff23..1742c77 100644
--- a/devices/src/usb/xhci/event_ring.rs
+++ b/devices/src/usb/xhci/event_ring.rs
@@ -3,7 +3,6 @@
 // found in the LICENSE file.
 
 use data_model::DataInit;
-use std;
 use std::fmt::{self, Display};
 use std::mem::size_of;
 use std::sync::atomic::{fence, Ordering};