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>
This commit is contained in:
parent
ceb80363b2
commit
325fd182ca
|
@ -16,6 +16,7 @@
|
|||
#define __LINUX_USB_GADGET_H
|
||||
|
||||
#include <linux/slab.h>
|
||||
#include <linux/usb/ch9.h>
|
||||
|
||||
struct usb_ep;
|
||||
|
||||
|
|
Loading…
Reference in New Issue