USB: make hcd.h public (drivers dependency)
[deliverable/linux.git] / drivers / usb / core / hub.c
index 0940ccd6f4f4fbebb8ba9bccb67dd453a7b0e990..1883c3c7b69bba97e56a2ee1d84770218fdd4b6d 100644 (file)
@@ -19,6 +19,7 @@
 #include <linux/ioctl.h>
 #include <linux/usb.h>
 #include <linux/usbdevice_fs.h>
+#include <linux/usb/hcd.h>
 #include <linux/kthread.h>
 #include <linux/mutex.h>
 #include <linux/freezer.h>
@@ -28,8 +29,6 @@
 #include <asm/byteorder.h>
 
 #include "usb.h"
-#include "hcd.h"
-#include "hub.h"
 
 /* if we are in debug mode, always announce new devices */
 #ifdef DEBUG
This page took 0.030244 seconds and 5 git commands to generate.