omap3|4: mux: make local structures static
authorNishanth Menon <nm@ti.com>
Fri, 7 Jan 2011 03:49:28 +0000 (19:49 -0800)
committerTony Lindgren <tony@atomide.com>
Fri, 7 Jan 2011 03:58:28 +0000 (19:58 -0800)
commitbcb52693a49994f435fad5f8d4277fbb125f3452
tree0c923995cbc6143cdb28d6e83748b8e70f82ea84
parent3083314238afb593b598dca4bab4bb6ae09a6c82
omap3|4: mux: make local structures static

Mux data is passed by pointers to mux.c from the SoC specific
mux file, these variables dont really need to be global scope.

This fixes the following sparse warnings:
arch/arm/mach-omap2/mux44xx.c:547:29: warning: symbol 'omap4_core_cbl_ball' was not declared. Should it be static?
arch/arm/mach-omap2/mux44xx.c:1265:29: warning: symbol 'omap4_core_cbs_ball' was not declared. Should it be static?
arch/arm/mach-omap2/mux44xx.c:1549:29: warning: symbol 'omap4_wkup_cbl_cbs_ball' was not declared. Should it be static?

Signed-off-by: Nishanth Menon <nm@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/mux34xx.c
arch/arm/mach-omap2/mux44xx.c