ARM: imx: include hardware.h rather than mach/hardware.h
[deliverable/linux.git] / arch / arm / mach-imx / clk-imx27.c
index 4204092ab64ae024a7205e74efc0783e73249376..c3bddd3e2554c2e794746d88df14a5fa068dcd1f 100644 (file)
@@ -6,10 +6,9 @@
 #include <linux/clk-provider.h>
 #include <linux/of.h>
 
-#include <mach/hardware.h>
-
 #include "clk.h"
 #include "common.h"
+#include "hardware.h"
 
 #define IO_ADDR_CCM(off)       (MX27_IO_ADDRESS(MX27_CCM_BASE_ADDR + (off)))
 
This page took 0.024628 seconds and 5 git commands to generate.