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

2017-02-14 Thread Marek Vasut
On 02/14/2017 03:16 PM, Andy Shevchenko wrote: > From: Vincent Tinelli > > Remove sys_proto.h inclusion which is not used by the driver. > > Signed-off-by: Vincent Tinelli > Signed-off-by: Andy Shevchenko Applied, thanks > --- > drivers/usb/dwc3/gadget.c | 1 - > 1 file changed, 1 deletion(

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

2017-02-14 Thread Andy Shevchenko
From: Vincent Tinelli Remove sys_proto.h inclusion which is not used by the driver. Signed-off-by: Vincent Tinelli Signed-off-by: Andy Shevchenko --- 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 25ccc0