From: Mark Brown Date: Tue, 7 Jun 2011 14:39:18 +0000 (+0100) Subject: USB: gadget.h depends on ch9.h so include ch9.h directly X-Git-Tag: firefly_0821_release~3680^2~4926^2~94 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=325fd182cafe5c5ead51c27afb6b8be83c9081d4;p=firefly-linux-kernel-4.4.55.git USB: gadget.h depends on ch9.h so include ch9.h directly The struct definitions are used. Signed-off-by: Mark Brown Signed-off-by: Greg Kroah-Hartman --- diff --git a/include/linux/usb/gadget.h b/include/linux/usb/gadget.h index dd1571db55e7..55d1a88ff11f 100644 --- a/include/linux/usb/gadget.h +++ b/include/linux/usb/gadget.h @@ -16,6 +16,7 @@ #define __LINUX_USB_GADGET_H #include +#include struct usb_ep;