• Jingoo Han's avatar
    usb: gadget: f_sourcesink: Fix sparse warning · 4a5ee77c
    Jingoo Han authored
    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: default avatarJingoo Han <jg1.han@samsung.com>
    Signed-off-by: default avatarFelipe Balbi <balbi@ti.com>
    4a5ee77c
f_sourcesink.c 30.6 KB