فهرست منبع

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>
Mark Brown 14 سال پیش
والد
کامیت
325fd182ca
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      include/linux/usb/gadget.h

+ 1 - 0
include/linux/usb/gadget.h

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