浏览代码

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
 
 #include <linux/slab.h>
+#include <linux/usb/ch9.h>
 
 struct usb_ep;