Re: [PATCH -next] usb: musb: dsps: make dsps_musb_clear_ep_rxintr() static

2017-01-11 Thread Bin Liu
On Wed, Jan 11, 2017 at 04:44:02PM +, Wei Yongjun wrote: > From: Wei Yongjun > > Fixes the following sparse warning: > > drivers/usb/musb/musb_dsps.c:270:6: warning: > symbol 'dsps_musb_clear_ep_rxintr' was not declared. Should it be static? > > Signed-off-by: Wei Yongjun Applied. Thanks

[PATCH -next] usb: musb: dsps: make dsps_musb_clear_ep_rxintr() static

2017-01-11 Thread Wei Yongjun
From: Wei Yongjun Fixes the following sparse warning: drivers/usb/musb/musb_dsps.c:270:6: warning: symbol 'dsps_musb_clear_ep_rxintr' was not declared. Should it be static? Signed-off-by: Wei Yongjun --- drivers/usb/musb/musb_dsps.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff