diff options
author | Jingoo Han <jg1.han@samsung.com> | 2013-12-16 18:44:43 +0900 |
---|---|---|
committer | Felipe Balbi <balbi@ti.com> | 2013-12-17 13:17:44 -0600 |
commit | 4a5ee77caad2a99b86d6bdd5f0064a60224a0760 (patch) | |
tree | b0a565a05b5fe7588177f82b7b4d1a0b3a7425aa /fs/pipe.c | |
parent | b3d589f27962951ba0f5d028154cb60d6fdadff3 (diff) | |
download | op-kernel-dev-4a5ee77caad2a99b86d6bdd5f0064a60224a0760.zip op-kernel-dev-4a5ee77caad2a99b86d6bdd5f0064a60224a0760.tar.gz |
usb: gadget: f_sourcesink: Fix sparse warning
Make local symbols static in order to fix the following sparse
warnings.
drivers/usb/gadget/f_sourcesink.c:205:34: warning: symbol 'ss_source_comp_desc' was not declared. Should it be static?
drivers/usb/gadget/f_sourcesink.c:222:34: warning: symbol 'ss_sink_comp_desc' was not declared. Should it be static?
drivers/usb/gadget/f_sourcesink.c:240:34: warning: symbol 'ss_iso_source_comp_desc' was not declared. Should it be static?
drivers/usb/gadget/f_sourcesink.c:258:34: warning: symbol 'ss_iso_sink_comp_desc' was not declared. Should it be static?
Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'fs/pipe.c')
0 files changed, 0 insertions, 0 deletions