From 84a8a6c0640325b2c545bbdfbb47a82d4a4a9774 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Thu, 27 Jul 2017 21:02:56 -0600 Subject: [PATCH] Add missing import --- xhcid/src/xhci/device.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xhcid/src/xhci/device.rs b/xhcid/src/xhci/device.rs index 82f8608699..362549468e 100644 --- a/xhcid/src/xhci/device.rs +++ b/xhcid/src/xhci/device.rs @@ -1,5 +1,5 @@ use syscall::error::Result; -use syscall::io::Dma; +use syscall::io::{Dma, Mmio}; #[repr(packed)] pub struct SlotContext {