diff options
author | Shawn Guo <shawn.guo@linaro.org> | 2012-09-13 09:01:00 -0400 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2012-10-14 22:03:10 -0400 |
commit | e3372474cfa0dc016f10ec47baddbd1ed0abecf3 (patch) | |
tree | ff239d4f665a9c30158f554600c463433e474a05 /arch/arm/mach-imx/mach-mx50_rdp.c | |
parent | 3995eb82050a81e11217a0b88b2a5eddd53eb4d6 (diff) |
ARM: imx: include common.h rather than mach/common.h
Rename mach-imx/include/mach/common.h to mach-imx/common.h and update
all users to include common.h rather than mach/common.h.
It also removes an unneeded inclusion to common.h in
mach-imx/devices/devices.c.
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/mach-mx50_rdp.c')
-rw-r--r-- | arch/arm/mach-imx/mach-mx50_rdp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-imx/mach-mx50_rdp.c b/arch/arm/mach-imx/mach-mx50_rdp.c index 4762a3f80933..4a3e98e37797 100644 --- a/arch/arm/mach-imx/mach-mx50_rdp.c +++ b/arch/arm/mach-imx/mach-mx50_rdp.c | |||
@@ -24,7 +24,6 @@ | |||
24 | #include <linux/delay.h> | 24 | #include <linux/delay.h> |
25 | #include <linux/io.h> | 25 | #include <linux/io.h> |
26 | 26 | ||
27 | #include <mach/common.h> | ||
28 | #include <mach/hardware.h> | 27 | #include <mach/hardware.h> |
29 | 28 | ||
30 | #include <asm/irq.h> | 29 | #include <asm/irq.h> |
@@ -33,6 +32,7 @@ | |||
33 | #include <asm/mach/arch.h> | 32 | #include <asm/mach/arch.h> |
34 | #include <asm/mach/time.h> | 33 | #include <asm/mach/time.h> |
35 | 34 | ||
35 | #include "common.h" | ||
36 | #include "devices-imx50.h" | 36 | #include "devices-imx50.h" |
37 | #include "iomux-mx50.h" | 37 | #include "iomux-mx50.h" |
38 | 38 | ||