aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-imx/devices-imx51.h
diff options
context:
space:
mode:
authorShawn Guo <shawn.guo@linaro.org>2012-09-13 02:38:48 -0400
committerShawn Guo <shawn.guo@linaro.org>2012-10-14 21:18:14 -0400
commitc45b1342b1d3ac144ccf55b377e5b70088fbaed2 (patch)
treed469aa13e74ae002a4f7172aba327b614683f774 /arch/arm/mach-imx/devices-imx51.h
parent267dd34c47a5b046ed500be17089983dc3d8158d (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-imx51.h')
-rw-r--r--arch/arm/mach-imx/devices-imx51.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-imx/devices-imx51.h b/arch/arm/mach-imx/devices-imx51.h
index 9f1718725195..f448104837e2 100644
--- a/arch/arm/mach-imx/devices-imx51.h
+++ b/arch/arm/mach-imx/devices-imx51.h
@@ -6,7 +6,6 @@
6 * the terms of the GNU General Public License version 2 as published by the 6 * the terms of the GNU General Public License version 2 as published by the
7 * Free Software Foundation. 7 * Free Software Foundation.
8 */ 8 */
9#include <mach/mx51.h>
10#include <mach/devices-common.h> 9#include <mach/devices-common.h>
11 10
12extern const struct imx_fec_data imx51_fec_data; 11extern const struct imx_fec_data imx51_fec_data;