Skip to content

Commit

Permalink
OMAP3: am3517crane: remove NULL board_mux from board file
Browse files Browse the repository at this point in the history
Since 7203f8a (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>
Signed-off-by: Tony Lindgren <tony@atomide.com>
  • Loading branch information
Johan Hovold authored and Tony Lindgren committed Aug 10, 2011
1 parent dccb3b0 commit 133e6b5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions arch/arm/mach-omap2/board-am3517crane.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 133e6b5

Please sign in to comment.