diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-06-07 15:39:18 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2011-06-07 09:09:09 -0700 |
commit | 325fd182cafe5c5ead51c27afb6b8be83c9081d4 (patch) | |
tree | 8b7e71ef95b9ff8b5c763ea7e38c4612fa0d6cb0 /include/linux/usb/gadget.h | |
parent | ceb80363b2ec1091dffd78064771e3d4679f69c7 (diff) | |
download | op-kernel-dev-325fd182cafe5c5ead51c27afb6b8be83c9081d4.zip op-kernel-dev-325fd182cafe5c5ead51c27afb6b8be83c9081d4.tar.gz |
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>
Diffstat (limited to 'include/linux/usb/gadget.h')
-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 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; |