[PATCH] usb: ohci-at91: make at91_dt_syscon_sfr static

2016-06-17 Thread Ben Dooks
Make at91_dt_syscon_sfr() static as it is not used or declared outside the drivers/usb/host/ohci-at91.c file. drivers/usb/host/ohci-at91.c:144:15: warning: symbol 'at91_dt_syscon_sfr' was not declared. Should it be static? Signed-off-by: Ben Dooks --- Cc: Alan Stern Cc: Greg Kroah-Hartman Cc:

Re: [PATCH] usb: ohci-at91: make at91_dt_syscon_sfr static

2016-06-17 Thread Alexandre Belloni
On 17/06/2016 at 16:11:55 +0100, Ben Dooks wrote : > Make at91_dt_syscon_sfr() static as it is not used or declared > outside the drivers/usb/host/ohci-at91.c file. > > drivers/usb/host/ohci-at91.c:144:15: warning: symbol 'at91_dt_syscon_sfr' was > not declared. Should it be static? > > Signed-o

Re: [PATCH] usb: ohci-at91: make at91_dt_syscon_sfr static

2016-06-17 Thread Nicolas Ferre
Le 17/06/2016 17:11, Ben Dooks a écrit : > Make at91_dt_syscon_sfr() static as it is not used or declared > outside the drivers/usb/host/ohci-at91.c file. > > drivers/usb/host/ohci-at91.c:144:15: warning: symbol 'at91_dt_syscon_sfr' was > not declared. Should it be static? > > Signed-off-by: Ben

Re: [PATCH] usb: ohci-at91: make at91_dt_syscon_sfr static

2016-06-26 Thread Greg Kroah-Hartman
On Fri, Jun 17, 2016 at 04:11:55PM +0100, Ben Dooks wrote: > Make at91_dt_syscon_sfr() static as it is not used or declared > outside the drivers/usb/host/ohci-at91.c file. > > drivers/usb/host/ohci-at91.c:144:15: warning: symbol 'at91_dt_syscon_sfr' was > not declared. Should it be static? > >

Re: [PATCH] usb: ohci-at91: make at91_dt_syscon_sfr static

2016-06-27 Thread Ben Dooks
On 26/06/16 19:48, Greg Kroah-Hartman wrote: > On Fri, Jun 17, 2016 at 04:11:55PM +0100, Ben Dooks wrote: >> Make at91_dt_syscon_sfr() static as it is not used or declared >> outside the drivers/usb/host/ohci-at91.c file. >> >> drivers/usb/host/ohci-at91.c:144:15: warning: symbol 'at91_dt_syscon_sf

Re: [PATCH] usb: ohci-at91: make at91_dt_syscon_sfr static

2016-06-27 Thread Alexandre Belloni
On 27/06/2016 at 10:24:59 +0100, Ben Dooks wrote : > On 26/06/16 19:48, Greg Kroah-Hartman wrote: > > On Fri, Jun 17, 2016 at 04:11:55PM +0100, Ben Dooks wrote: > >> Make at91_dt_syscon_sfr() static as it is not used or declared > >> outside the drivers/usb/host/ohci-at91.c file. > >> > >> drivers/