USB: make hcd.h public (drivers dependency)
[deliverable/linux.git] / drivers / usb / host / ohci-hcd.c
index afe59be2364594357fb5fbb875d95d4838059fce..d15d2478493ecb2c0d5572eed019cd4835574c1d 100644 (file)
@@ -32,6 +32,7 @@
 #include <linux/list.h>
 #include <linux/usb.h>
 #include <linux/usb/otg.h>
+#include <linux/usb/hcd.h>
 #include <linux/dma-mapping.h>
 #include <linux/dmapool.h>
 #include <linux/workqueue.h>
@@ -43,7 +44,6 @@
 #include <asm/unaligned.h>
 #include <asm/byteorder.h>
 
-#include "../core/hcd.h"
 
 #define DRIVER_AUTHOR "Roman Weissgaerber, David Brownell"
 #define DRIVER_DESC "USB 1.1 'Open' Host Controller (OHCI) Driver"
This page took 0.02442 seconds and 5 git commands to generate.