Re: [PATCH] usb: gadget: at91_udc: move at91_udc_data in at91_udc.h

2015-09-18 Thread Nicolas Ferre
Le 10/08/2015 16:46, Alexandre Belloni a écrit : > struct at91_udc_data is now only used inside the driver, move it to its > include. > > Signed-off-by: Alexandre Belloni Acked-by: Nicolas Ferre Thanks. > --- > drivers/usb/gadget/udc/at91_udc.h | 8 > include/linux/platform_data/a

[PATCH] usb: gadget: at91_udc: move at91_udc_data in at91_udc.h

2015-08-10 Thread Alexandre Belloni
struct at91_udc_data is now only used inside the driver, move it to its include. Signed-off-by: Alexandre Belloni --- drivers/usb/gadget/udc/at91_udc.h | 8 include/linux/platform_data/atmel.h | 9 - 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/drivers/usb/ga