Skip to content

Commit

Permalink
ARM: OMAP2+: Fix board_mux section type conflict when OMAP_MUX is not…
Browse files Browse the repository at this point in the history
… set

Otherwise we can get:

arch/arm/mach-omap2/mux.h:249:31: error: board_mux causes a section type conflict

Signed-off-by: Tony Lindgren <tony@atomide.com>
  • Loading branch information
Tony Lindgren committed Feb 24, 2012
1 parent e3a98fe commit cc4915d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/mach-omap2/mux.h
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ static inline void omap_hwmod_mux(struct omap_hwmod_mux_info *hmux, u8 state)
{
}

static struct omap_board_mux *board_mux __initdata __maybe_unused;
static struct omap_board_mux *board_mux __maybe_unused;

#endif

Expand Down

0 comments on commit cc4915d

Please sign in to comment.