Skip to content

Commit

Permalink
arm/mx25: don't include iomux.h which is for iomux-v1 machines
Browse files Browse the repository at this point in the history
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
  • Loading branch information
Uwe Kleine-König committed Feb 24, 2010
1 parent 2f6c97c commit 261f6f6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion arch/arm/mach-mx25/mach-mx25pdk.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
#include <mach/mx25.h>
#include <mach/mxc_nand.h>
#include "devices.h"
#include <mach/iomux.h>
#include <mach/iomux-mx25.h>

static struct imxuart_platform_data uart_pdata = {
.flags = IMXUART_HAVE_RTSCTS,
Expand Down
4 changes: 0 additions & 4 deletions arch/arm/plat-mxc/include/mach/iomux.h
Original file line number Diff line number Diff line change
Expand Up @@ -109,10 +109,6 @@
#include <mach/iomux-mx27.h>
#endif
#endif
#ifdef CONFIG_ARCH_MX25
#include <mach/iomux-mx25.h>
#endif


/* decode irq number to use with IMR(x), ISR(x) and friends */
#define IRQ_TO_REG(irq) ((irq - MXC_INTERNAL_IRQS) >> 5)
Expand Down

0 comments on commit 261f6f6

Please sign in to comment.