projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ceb8036
)
USB: gadget.h depends on ch9.h so include ch9.h directly
author
Mark Brown
<broonie@opensource.wolfsonmicro.com>
Tue, 7 Jun 2011 14:39:18 +0000
(15:39 +0100)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Tue, 7 Jun 2011 16:09:09 +0000
(09:09 -0700)
The struct definitions are used.
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
include/linux/usb/gadget.h
patch
|
blob
|
history
diff --git
a/include/linux/usb/gadget.h
b/include/linux/usb/gadget.h
index dd1571db55e79d1128420d7f3c4931c68ac8a6bf..55d1a88ff11f777a6e93d8a942ec31ec561b3382 100644
(file)
--- a/
include/linux/usb/gadget.h
+++ b/
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;