diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-06-07 10:39:18 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2011-06-07 12:09:09 -0400 |
commit | 325fd182cafe5c5ead51c27afb6b8be83c9081d4 (patch) | |
tree | 8b7e71ef95b9ff8b5c763ea7e38c4612fa0d6cb0 | |
parent | ceb80363b2ec1091dffd78064771e3d4679f69c7 (diff) |
USB: gadget.h depends on ch9.h so include ch9.h directly
The struct definitions are used.
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
-rw-r--r-- | include/linux/usb/gadget.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/usb/gadget.h b/include/linux/usb/gadget.h index dd1571db55e7..55d1a88ff11f 100644 --- a/include/linux/usb/gadget.h +++ b/include/linux/usb/gadget.h | |||
@@ -16,6 +16,7 @@ | |||
16 | #define __LINUX_USB_GADGET_H | 16 | #define __LINUX_USB_GADGET_H |
17 | 17 | ||
18 | #include <linux/slab.h> | 18 | #include <linux/slab.h> |
19 | #include <linux/usb/ch9.h> | ||
19 | 20 | ||
20 | struct usb_ep; | 21 | struct usb_ep; |
21 | 22 | ||