From e0576f0cd0d3fbb3af71f80c53f4157cb2281cf3 Mon Sep 17 00:00:00 2001 From: Tony Lindgren Date: Mon, 11 Jan 2010 14:26:35 -0800 Subject: [PATCH] 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 Signed-off-by: Tony Lindgren --- Reading git-format-patch failed