diff mbox

[U-Boot,v1] usb: dwc3: gadget: Remove unused header inclusion

Message ID 20170214141625.111217-1-andriy.shevchenko@linux.intel.com
State Accepted
Commit 282b72082f68254edd9631c8c04354e0fb63c2f6
Delegated to: Ɓukasz Majewski
Headers show

Commit Message

Andy Shevchenko Feb. 14, 2017, 2:16 p.m. UTC
From: Vincent Tinelli <vincent.tinelli@intel.com>

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 | 1 -
 1 file changed, 1 deletion(-)

Comments

Marek Vasut Feb. 14, 2017, 4:19 p.m. UTC | #1
On 02/14/2017 03:16 PM, Andy Shevchenko wrote:
> From: Vincent Tinelli <vincent.tinelli@intel.com>
> 
> 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>

Applied, thanks

> ---
>  drivers/usb/dwc3/gadget.c | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/drivers/usb/dwc3/gadget.c b/drivers/usb/dwc3/gadget.c
> index 25ccc01d1b..1156662ae8 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"
>
diff mbox

Patch

diff --git a/drivers/usb/dwc3/gadget.c b/drivers/usb/dwc3/gadget.c
index 25ccc01d1b..1156662ae8 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"