From: Felipe Balbi Date: Mon, 25 Nov 2013 17:19:41 +0000 (-0600) Subject: usb: gadget: tcm_usb_gadget: mark bot_cleanup_old_alt static X-Git-Tag: v3.13-rc4~47^2~15^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3f79265c964ed501cd61eddfc893262d04a6aa4a;p=pandora-kernel.git 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 --- Reading git-diff-tree failed