|
@@ -14,9 +14,10 @@
|
|
|
#include <linux/of_platform.h>
|
|
|
#include <asm/mach/arch.h>
|
|
|
#include <asm/mach/time.h>
|
|
|
-#include <mach/common.h>
|
|
|
#include <mach/mx27.h>
|
|
|
|
|
|
+#include "common.h"
|
|
|
+
|
|
|
static const struct of_dev_auxdata imx27_auxdata_lookup[] __initconst = {
|
|
|
OF_DEV_AUXDATA("fsl,imx27-uart", MX27_UART1_BASE_ADDR, "imx21-uart.0", NULL),
|
|
|
OF_DEV_AUXDATA("fsl,imx27-uart", MX27_UART2_BASE_ADDR, "imx21-uart.1", NULL),
|