projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b24cf85
)
usb: dwc3: gadget: Remove unused header inclusion
author
Vincent Tinelli
<vincent.tinelli@intel.com>
Tue, 14 Feb 2017 14:16:25 +0000
(17:16 +0300)
committer
Marek Vasut
<marex@denx.de>
Sun, 26 Feb 2017 12:24:30 +0000
(13:24 +0100)
Remove sys_proto.h inclusion which is not used by the driver.
Signed-off-by: Vincent Tinelli <vincent.tinelli@intel.com>
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
drivers/usb/dwc3/gadget.c
patch
|
blob
|
history
diff --git
a/drivers/usb/dwc3/gadget.c
b/drivers/usb/dwc3/gadget.c
index 25ccc01d1b68bbc6fb511ec8b0bc69bb6bebc6fc..1156662ae8f19efab40ea58b511de7412ba05d9d 100644
(file)
--- a/
drivers/usb/dwc3/gadget.c
+++ b/
drivers/usb/dwc3/gadget.c
@@
-23,7
+23,6
@@
#include <linux/usb/ch9.h>
#include <linux/usb/gadget.h>
-#include <asm/arch/sys_proto.h>
#include "core.h"
#include "gadget.h"