omap: Fix cmdline muxing
authorTony Lindgren <tony@atomide.com>
Mon, 11 Jan 2010 22:26:35 +0000 (14:26 -0800)
committerTony Lindgren <tony@atomide.com>
Mon, 11 Jan 2010 22:26:35 +0000 (14:26 -0800)
commite0576f0cd0d3fbb3af71f80c53f4157cb2281cf3
tree740658f1c3b939be3e084f41e5e257e9efb3e1a5
parentc0f607c608ba889db5250235ba620f818aa44a4d
omap: Fix cmdline muxing

Looks like cmdline muxing got broken at some point when we
decided to limit muxing to __init code. Currently omap_mux_entry
list is not yet initialized when we try to initialize cmdline
muxing.

Fix this by calling omap_mux_init_list() before calling
omap_mux_set_cmdline_signals().

Reported-by: Philip Balister <philip@balister.org>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/mux.c