From: Jingoo Han Date: Mon, 5 Aug 2013 03:15:27 +0000 (+0900) Subject: usb: gadget: f_uac1: Staticize local functions X-Git-Tag: v3.12-rc1~186^2~77^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cf1dea73c72ded6e1e1f61598a69b663d4c163ed;p=pandora-kernel.git usb: gadget: f_uac1: Staticize local functions control_selector_init() is used only in this file. audio_bind_config() is used only in audio.c file to which f_uac1.c is included. Thus, these functions are staticized to fix the following warnings. drivers/usb/gadget/f_uac1.c:698:12: warning: symbol 'control_selector_init' was not declared. Should it be static? drivers/usb/gadget/f_uac1.c:722:12: warning: symbol 'audio_bind_config' was not declared. Should it be static? Acked-by: Jassi Brar Signed-off-by: Jingoo Han Signed-off-by: Felipe Balbi --- Reading git-diff-tree failed