usb: gadget: tcm_usb_gadget: mark bot_cleanup_old_alt static
that symbol is only used inside this function driver, we should mark it static. Fixes sparse's: drivers/usb/gadget/tcm_usb_gadget.c:373:6: warning: symbol \ 'bot_cleanup_old_alt' was not declared. Should it \ be static? Signed-off-by: Felipe Balbi <balbi@ti.com>
This commit is contained in:
parent
63b12e3ece
commit
3f79265c96
1 changed files with 1 additions and 1 deletions
|
@ -370,7 +370,7 @@ err:
|
||||||
return -ENOMEM;
|
return -ENOMEM;
|
||||||
}
|
}
|
||||||
|
|
||||||
void bot_cleanup_old_alt(struct f_uas *fu)
|
static void bot_cleanup_old_alt(struct f_uas *fu)
|
||||||
{
|
{
|
||||||
if (!(fu->flags & USBG_ENABLED))
|
if (!(fu->flags & USBG_ENABLED))
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Add table
Reference in a new issue