Archived
14
0
Fork 0

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:
Mark Brown 2011-06-07 15:39:18 +01:00 committed by Greg Kroah-Hartman
parent ceb80363b2
commit 325fd182ca

View file

@ -16,6 +16,7 @@
#define __LINUX_USB_GADGET_H
#include <linux/slab.h>
#include <linux/usb/ch9.h>
struct usb_ep;