OSDN Git Service

ARM: OMAP4: panda: add statics to remove warnings
authorTomi Valkeinen <tomi.valkeinen@ti.com>
Tue, 8 May 2012 23:31:13 +0000 (16:31 -0700)
committerTony Lindgren <tony@atomide.com>
Wed, 9 May 2012 17:28:00 +0000 (10:28 -0700)
commitdef1dbbd588b5590436990cb3a480e164fc1e20f
treebb0d7ec8a22e653a241637d5d1bae21bf50f2b0f
parent256a4bd79632413b691fc7bc6c1dadf92494bb01
ARM: OMAP4: panda: add statics to remove warnings

Add statics to board-omap4-panda.c's internal functions and data
structures to remove sparse warnings:

arch/arm/mach-omap2/board-omap4panda.c:234:29: warning: symbol
'omap_panda_wlan_data' was not declared. Should it be static?
arch/arm/mach-omap2/board-omap4panda.c:441:24: warning: symbol
'omap4_panda_dvi_device' was not declared. Should it be static?
arch/arm/mach-omap2/board-omap4panda.c:451:12: warning: symbol
'omap4_panda_dvi_init' was not declared. Should it be static?
arch/arm/mach-omap2/board-omap4panda.c:512:13: warning: symbol
'omap4_panda_display_init' was not declared. Should it be static?

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/board-omap4panda.c