diff --git a/include/linux/usb/hcd.h b/include/linux/usb/hcd.h index c7e575cb31497..ca228f00b8264 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 +#include /* (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 similarity index 100% rename from drivers/usb/core/hub.h rename to include/linux/usb/hub.h