diff options
Diffstat (limited to 'sys/mips/atheros/ar71xx_ohci.c')
-rw-r--r-- | sys/mips/atheros/ar71xx_ohci.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/mips/atheros/ar71xx_ohci.c b/sys/mips/atheros/ar71xx_ohci.c index acccd85..bee353e 100644 --- a/sys/mips/atheros/ar71xx_ohci.c +++ b/sys/mips/atheros/ar71xx_ohci.c @@ -49,8 +49,6 @@ __FBSDID("$FreeBSD$"); #include <dev/usb/controller/ohci.h> #include <dev/usb/controller/ohcireg.h> -#include <sys/rman.h> - static int ar71xx_ohci_attach(device_t dev); static int ar71xx_ohci_detach(device_t dev); static int ar71xx_ohci_probe(device_t dev); |