diff options
-rw-r--r-- | include/linux/usb/hcd.h | 2 | ||||
-rw-r--r-- | include/linux/usb/hub.h (renamed from drivers/usb/core/hub.h) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/usb/hcd.h b/include/linux/usb/hcd.h index c7e575cb3149..ca228f00b826 100644 --- a/include/linux/usb/hcd.h +++ b/include/linux/usb/hcd.h @@ -374,7 +374,7 @@ extern void usb_destroy_configuration(struct usb_device *dev); * HCD Root Hub support */ -#include <linux/../../drivers/usb/core/hub.h> +#include <linux/usb/hub.h> /* (shifted) direction/type/recipient from the USB 2.0 spec, table 9.2 */ #define DeviceRequest \ diff --git a/drivers/usb/core/hub.h b/include/linux/usb/hub.h index de8081f065ed..de8081f065ed 100644 --- a/drivers/usb/core/hub.h +++ b/include/linux/usb/hub.h |