提交 261f6f68 编写于 作者: U Uwe Kleine-König

arm/mx25: don't include iomux.h which is for iomux-v1 machines

Signed-off-by: NUwe Kleine-König <u.kleine-koenig@pengutronix.de>
上级 2f6c97c4
......@@ -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,
......
......@@ -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)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册