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); | |||
| 374 | * HCD Root Hub support | 374 | * HCD Root Hub support |
| 375 | */ | 375 | */ |
| 376 | 376 | ||
| 377 | #include <linux/../../drivers/usb/core/hub.h> | 377 | #include <linux/usb/hub.h> |
| 378 | 378 | ||
| 379 | /* (shifted) direction/type/recipient from the USB 2.0 spec, table 9.2 */ | 379 | /* (shifted) direction/type/recipient from the USB 2.0 spec, table 9.2 */ |
| 380 | #define DeviceRequest \ | 380 | #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 | |||
