arm: mach-omap2: remove NULL board_mux from board files

If CONFIG_OMAP_MUX is not enabled, we can define board_mux in the header
file instead of forcing every single board to define it.

Signed-off-by: Aaro Koskinen <aaro.koskinen@nokia.com>
[tony@atomide.com: updated for combined board-zoom files]
Signed-off-by: Tony Lindgren <tony@atomide.com>
This commit is contained in:
Aaro Koskinen
2010-12-02 13:25:40 +00:00
committed by Tony Lindgren
parent 52aa8c539d
commit 7203f8a48b
20 changed files with 2 additions and 38 deletions

View File

@@ -172,6 +172,8 @@ static inline int omap_mux_init_signal(char *muxname, int val)
return 0;
}
static struct omap_board_mux *board_mux __initdata __maybe_unused;
#endif
/**