Re: [PATCH v3] arm: mach-omap2: remove NULL board_mux from board files

2010-12-02 Thread Tony Lindgren
* Aaro Koskinen [101202 05:15]: > 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. Thanks, queueing for the next merge window. Tony -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the b

[PATCH v3] arm: mach-omap2: remove NULL board_mux from board files

2010-12-02 Thread Aaro Koskinen
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 --- v3: Use __maybe_unused instead of compiler-specific attribute. v2: Use a static variable to avoid namespace pollution. arch/arm/ma