• Paul Walmsley's avatar
    ARM: OMAP1: usb: fix sparse warnings · eba36d77
    Paul Walmsley authored
    
    Resolve the following sparse warnings:
    
    arch/arm/mach-omap1/usb.c:304:12: warning: symbol 'omap1_usb0_init' was not declared. Should it be static?
    arch/arm/mach-omap1/usb.c:412:12: warning: symbol 'omap1_usb1_init' was not declared. Should it be static?
    arch/arm/mach-omap1/usb.c:478:12: warning: symbol 'omap1_usb2_init' was not declared. Should it be static?
    
    by declaring those functions as static.
    Signed-off-by: default avatarPaul Walmsley <paul@pwsan.com>
    Cc: Tony Lindgren <tony@atomide.com>
    Cc: Felipe Balbi <balbi@ti.com>
    [tony@atomide.com: this was missed with plat/usb.h removal]
    Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
    eba36d77
usb.c 14.9 KB