summaryrefslogtreecommitdiff
path: root/arch/arm/mach-imx/cpu-imx31.c
diff options
context:
space:
mode:
authorShawn Guo <shawn.guo@linaro.org>2012-09-13 13:18:39 (GMT)
committerShawn Guo <shawn.guo@linaro.org>2012-10-15 02:03:10 (GMT)
commit17c342ae23751424d3c943d02a4dbc8607e629d4 (patch)
tree6083cf25fde5163c0df55063be7e1bef151a7376 /arch/arm/mach-imx/cpu-imx31.c
parente29248c9a7522cb50edd29f2a717be8f323cbeb3 (diff)
downloadlinux-fsl-qoriq-17c342ae23751424d3c943d02a4dbc8607e629d4.tar.xz
ARM: imx: include iim.h rather than mach/iim.h
Rename mach-imx/include/mach/iim.h to mach-imx/iim.h, and update users to include iim.h rather than mach/iim.h. Signed-off-by: Shawn Guo <shawn.guo@linaro.org> Acked-by: Sascha Hauer <s.hauer@pengutronix.de> Acked-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/mach-imx/cpu-imx31.c')
-rw-r--r--arch/arm/mach-imx/cpu-imx31.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-imx/cpu-imx31.c b/arch/arm/mach-imx/cpu-imx31.c
index 9d3a91c..51c938f 100644
--- a/arch/arm/mach-imx/cpu-imx31.c
+++ b/arch/arm/mach-imx/cpu-imx31.c
@@ -12,9 +12,9 @@
#include <linux/module.h>
#include <linux/io.h>
#include <mach/hardware.h>
-#include <mach/iim.h>
#include "common.h"
+#include "iim.h"
static int mx31_cpu_rev = -1;