commit | 2cb0c54f3a696351b81e6670f8419120c94b5e0b | [log] [tgz] |
---|---|---|
author | Tony Lindgren <tony@atomide.com> | Tue Jan 19 18:17:07 2010 -0800 |
committer | Tony Lindgren <tony@atomide.com> | Tue Jan 19 18:17:07 2010 -0800 |
tree | e556bfbf3abe3df558781a2e6e5ad37c1093387b | |
parent | 7284ce6c9f6153d1777df5f310c959724d1bd446 [diff] |
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> Tested-by: Philip Balister <philip@balister.org> Signed-off-by: Tony Lindgren <tony@atomide.com>