diff options
| author | Vincent Tinelli <[email protected]> | 2017-02-14 17:16:25 +0300 |
|---|---|---|
| committer | Marek Vasut <[email protected]> | 2017-02-26 13:24:30 +0100 |
| commit | 282b72082f68254edd9631c8c04354e0fb63c2f6 (patch) | |
| tree | 2931644a996f74ef227b71db585406a164134b5e /drivers | |
| parent | b24cf8540a85a9bf97975aadd6a7542f166c78a3 (diff) | |
usb: dwc3: gadget: Remove unused header inclusion
Remove sys_proto.h inclusion which is not used by the driver.
Signed-off-by: Vincent Tinelli <[email protected]>
Signed-off-by: Andy Shevchenko <[email protected]>
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/usb/dwc3/gadget.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/usb/dwc3/gadget.c b/drivers/usb/dwc3/gadget.c index 25ccc01d1b6..1156662ae8f 100644 --- 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" |
