diff options
author | Eric Lescouet <Eric.Lescouet@virtuallogix.com> | 2010-04-24 17:34:27 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2010-05-20 16:21:30 -0400 |
commit | d65d7e7ef3dc5e61e4dfaac54ec6d3e97f9a1108 (patch) | |
tree | c6dc49e59baea2c3f20fb1937799666a7c828284 /include/linux/usb/hcd.h | |
parent | 27729aadd31dafddaaf64c24f8ef6d0ff750f3aa (diff) |
USB: make hub.h public (drivers dependency)
The usbcore headers: hcd.h and hub.h are shared between usbcore,
HCDs and a couple of other drivers (e.g. USBIP modules).
So, it makes sense to move them into a more public location and
to cleanup dependency of those modules on kernel internal headers.
This patch moves hub.h from drivers/usb/core into include/linux/usb/
Signed-of-by: Eric Lescouet <eric@lescouet.org>
Cc: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'include/linux/usb/hcd.h')
-rw-r--r-- | include/linux/usb/hcd.h | 2 |
1 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 \ |