diff mbox

OMAP3: am3517crane: remove NULL board_mux from board file

Message ID 1312907305-24134-1-git-send-email-jhovold@gmail.com (mailing list archive)
State Accepted
Commit 133e6b55b1e8cf48418b4aa44aa7441d4cce86a0
Headers show

Commit Message

Johan Hovold Aug. 9, 2011, 4:28 p.m. UTC
Since 7203f8a48bb63015ebe58a6f2a38aec1cb208b9d (arm: mach-omap2: remove
NULL board_mux from board files) NULL board_mux is defined in mux.h.

Signed-off-by: Johan Hovold <jhovold@gmail.com>
---
 arch/arm/mach-omap2/board-am3517crane.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

Comments

Tony Lindgren Aug. 10, 2011, 11:55 a.m. UTC | #1
* Johan Hovold <jhovold@gmail.com> [110809 09:23]:
> Since 7203f8a48bb63015ebe58a6f2a38aec1cb208b9d (arm: mach-omap2: remove
> NULL board_mux from board files) NULL board_mux is defined in mux.h.

Thanks applying to fixes.

Tony
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/arch/arm/mach-omap2/board-am3517crane.c b/arch/arm/mach-omap2/board-am3517crane.c
index 5f2b55f..933e935 100644
--- a/arch/arm/mach-omap2/board-am3517crane.c
+++ b/arch/arm/mach-omap2/board-am3517crane.c
@@ -45,8 +45,6 @@  static struct omap_board_config_kernel am3517_crane_config[] __initdata = {
 static struct omap_board_mux board_mux[] __initdata = {
 	{ .reg_offset = OMAP_MUX_TERMINATOR },
 };
-#else
-#define board_mux	NULL
 #endif
 
 static void __init am3517_crane_init_early(void)