• Nishanth Menon's avatar
    omap2/3: id: fix sparse warning · 5ebc0d52
    Nishanth Menon authored
    omap24xx_check_revision, omap3_check_features,
    omap3_check_revision, omap4_check_revision, omap3_cpuinfo
    are not used elsewhere, it should be static
    
    Also fixes the following sparse warnings:
    arch/arm/mach-omap2/id.c:105:13: warning: symbol 'omap24xx_check_revision'
    was not declared. Should it be static?
    arch/arm/mach-omap2/id.c:167:13: warning: symbol 'omap3_check_features'
    was not declared. Should it be static?
    arch/arm/mach-omap2/id.c:189:13: warning: symbol 'omap3_check_revision'
    was not declared. Should it be static?
    arch/arm/mach-omap2/id.c:270:13: warning: symbol 'omap4_check_revision'
    was not declared. Should it be static?
    arch/arm/mach-omap2/id.c:300:13: warning: symbol 'omap3_cpuinfo'
    was not declared. Should it be static?
    Signed-off-by: default avatarNishanth Menon <nm@ti.com>
    Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
    5ebc0d52
id.c 10.5 KB