diff options
author | Shawn Guo <shawn.guo@linaro.org> | 2012-09-13 14:38:48 +0800 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2012-10-15 09:18:14 +0800 |
commit | c45b1342b1d3ac144ccf55b377e5b70088fbaed2 (patch) | |
tree | d469aa13e74ae002a4f7172aba327b614683f774 /arch/arm/mach-imx/devices-imx31.h | |
parent | 267dd34c47a5b046ed500be17089983dc3d8158d (diff) |
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/devices-imx31.h')
-rw-r--r-- | arch/arm/mach-imx/devices-imx31.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-imx/devices-imx31.h b/arch/arm/mach-imx/devices-imx31.h index 8b2ceb45bb83..20565f90e82c 100644 --- a/arch/arm/mach-imx/devices-imx31.h +++ b/arch/arm/mach-imx/devices-imx31.h @@ -6,7 +6,6 @@ * the terms of the GNU General Public License version 2 as published by the * Free Software Foundation. */ -#include <mach/mx31.h> #include <mach/devices-common.h> extern const struct imx_fsl_usb2_udc_data imx31_fsl_usb2_udc_data; |