aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Brown <broonie@opensource.wolfsonmicro.com>2011-06-07 10:39:18 -0400
committerGreg Kroah-Hartman <gregkh@suse.de>2011-06-07 12:09:09 -0400
commit325fd182cafe5c5ead51c27afb6b8be83c9081d4 (patch)
tree8b7e71ef95b9ff8b5c763ea7e38c4612fa0d6cb0
parentceb80363b2ec1091dffd78064771e3d4679f69c7 (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.h1
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
20struct usb_ep; 21struct usb_ep;
21 22