diff options
author | Jingoo Han <jg1.han@samsung.com> | 2013-08-05 05:15:27 +0200 |
---|---|---|
committer | Felipe Balbi <balbi@ti.com> | 2013-08-09 15:34:19 +0200 |
commit | cf1dea73c72ded6e1e1f61598a69b663d4c163ed (patch) | |
tree | d4a616ca74d8b3ca54dd493212ed82f69bb488c0 /drivers/usb/phy | |
parent | usb: gadget: u_uac1: add __user annotation (diff) | |
download | linux-cf1dea73c72ded6e1e1f61598a69b663d4c163ed.tar.xz linux-cf1dea73c72ded6e1e1f61598a69b663d4c163ed.zip |
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 <jaswinder.singh@linaro.org>
Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'drivers/usb/phy')
0 files changed, 0 insertions, 0 deletions