]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
usb: dwc3: gadget: Remove unused header inclusion
authorVincent Tinelli <vincent.tinelli@intel.com>
Tue, 14 Feb 2017 14:16:25 +0000 (17:16 +0300)
committerMarek 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

index 25ccc01d1b68bbc6fb511ec8b0bc69bb6bebc6fc..1156662ae8f19efab40ea58b511de7412ba05d9d 100644 (file)
@@ -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"