On Wed, Jan 11, 2017 at 04:44:02PM +0000, Wei Yongjun wrote:
> From: Wei Yongjun <[email protected]>
> 
> 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 <[email protected]>

Applied. Thanks for catching this.
-Bin.

> ---
>  drivers/usb/musb/musb_dsps.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/usb/musb/musb_dsps.c b/drivers/usb/musb/musb_dsps.c
> index 9f125e1..144e7e0 100644
> --- a/drivers/usb/musb/musb_dsps.c
> +++ b/drivers/usb/musb/musb_dsps.c
> @@ -267,7 +267,7 @@ static void otg_timer(unsigned long _musb)
>       pm_runtime_put_autosuspend(dev);
>  }
>  
> -void dsps_musb_clear_ep_rxintr(struct musb *musb, int epnum)
> +static void dsps_musb_clear_ep_rxintr(struct musb *musb, int epnum)
>  {
>       u32 epintr;
>       struct dsps_glue *glue = dev_get_drvdata(musb->controller->parent);
> 
--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to