commit | 325fd182cafe5c5ead51c27afb6b8be83c9081d4 | [log] [tgz] |
---|---|---|
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | Tue Jun 07 15:39:18 2011 +0100 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Tue Jun 07 09:09:09 2011 -0700 |
tree | 8b7e71ef95b9ff8b5c763ea7e38c4612fa0d6cb0 | |
parent | ceb80363b2ec1091dffd78064771e3d4679f69c7 [diff] [blame] |
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>
diff --git a/include/linux/usb/gadget.h b/include/linux/usb/gadget.h index dd1571d..55d1a88 100644 --- a/include/linux/usb/gadget.h +++ b/include/linux/usb/gadget.h
@@ -16,6 +16,7 @@ #define __LINUX_USB_GADGET_H #include <linux/slab.h> +#include <linux/usb/ch9.h> struct usb_ep;