diff options
author | Shawn Guo <shawn.guo@linaro.org> | 2012-09-13 10:38:48 +0400 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2012-10-15 05:18:14 +0400 |
commit | c45b1342b1d3ac144ccf55b377e5b70088fbaed2 (patch) | |
tree | d469aa13e74ae002a4f7172aba327b614683f774 /arch/arm/mach-imx/mach-mx31ads.c | |
parent | 267dd34c47a5b046ed500be17089983dc3d8158d (diff) | |
download | linux-c45b1342b1d3ac144ccf55b377e5b70088fbaed2.tar.xz |
ARM: imx: remove unnecessary inclusion from device-imx*.h
There is no need for device-imx*.h to include <soc>.h. Remove them
and fix one indirect inclusion in mach-mx31ads.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-mx31ads.c')
-rw-r--r-- | arch/arm/mach-imx/mach-mx31ads.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-imx/mach-mx31ads.c b/arch/arm/mach-imx/mach-mx31ads.c index ef3a01bac8ab..837839bb1597 100644 --- a/arch/arm/mach-imx/mach-mx31ads.c +++ b/arch/arm/mach-imx/mach-mx31ads.c @@ -29,6 +29,7 @@ #include <asm/memory.h> #include <asm/mach/map.h> #include <mach/common.h> +#include <mach/hardware.h> #ifdef CONFIG_MACH_MX31ADS_WM1133_EV1 #include <linux/mfd/wm8350/audio.h> |