RE: [PATCH] usb: renesas_usbhs: make usbhs_write32() static

2016-06-23 Thread Yoshihiro Shimoda
Hi, > From: Ben Dooks > Sent: Wednesday, June 22, 2016 2:53 AM > > The usbhs_write32 function is not used outside of the rcar3.c > file, so fix the following sparse warning by making it static: > > drivers/usb/renesas_usbhs/rcar3.c:26:6: warning: symbol 'usbhs_write32' was > not declared. Shoul

Re: [PATCH] usb: renesas_usbhs: make usbhs_write32() static

2016-06-22 Thread Felipe Balbi
Hi, Mathieu Malaterre writes: > On Tue, Jun 21, 2016 at 7:52 PM, Ben Dooks wrote: >> The usbhs_write32 function is not used outside of the rcar3.c >> file, so fix the following sparse warning by making it static: >> >> drivers/usb/renesas_usbhs/rcar3.c:26:6: warning: symbol 'usbhs_write32' was

Re: [PATCH] usb: renesas_usbhs: make usbhs_write32() static

2016-06-22 Thread Mathieu Malaterre
On Tue, Jun 21, 2016 at 7:52 PM, Ben Dooks wrote: > The usbhs_write32 function is not used outside of the rcar3.c > file, so fix the following sparse warning by making it static: > > drivers/usb/renesas_usbhs/rcar3.c:26:6: warning: symbol 'usbhs_write32' was > not declared. Should it be static? >

[PATCH] usb: renesas_usbhs: make usbhs_write32() static

2016-06-21 Thread Ben Dooks
The usbhs_write32 function is not used outside of the rcar3.c file, so fix the following sparse warning by making it static: drivers/usb/renesas_usbhs/rcar3.c:26:6: warning: symbol 'usbhs_write32' was not declared. Should it be static? Signed-off-by: Ben Dooks --- Cc: Yoshihiro Shimoda Cc: Gre