USB: gadget.h depends on ch9.h so include ch9.h directly
authorMark Brown <broonie@opensource.wolfsonmicro.com>
Tue, 7 Jun 2011 14:39:18 +0000 (15:39 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 7 Jun 2011 16:09:09 +0000 (09:09 -0700)
The struct definitions are used.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
include/linux/usb/gadget.h

index dd1571d..55d1a88 100644 (file)
@@ -16,6 +16,7 @@
 #define __LINUX_USB_GADGET_H
 
 #include <linux/slab.h>
+#include <linux/usb/ch9.h>
 
 struct usb_ep;