Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit db279c1b authored by Sascha Hauer's avatar Sascha Hauer
Browse files

ARM i.MX: remove SoC defines around header includes



All soc specific header have proper namespace now and thus can
be included at once.

Signed-off-by: default avatarSascha Hauer <s.hauer@pengutronix.de>
parent 5a145baa
Loading
Loading
Loading
Loading
+5 −23
Original line number Diff line number Diff line
@@ -97,35 +97,17 @@

#include <mach/mxc.h>

#ifdef CONFIG_ARCH_MX5
#include <mach/mx50.h>
#include <mach/mx51.h>
#include <mach/mx53.h>
#endif

#ifdef CONFIG_ARCH_MX3
#include <mach/mx3x.h>
#include <mach/mx31.h>
#include <mach/mx35.h>
#endif

#ifdef CONFIG_ARCH_MX2
#include <mach/mx2x.h>
# ifdef CONFIG_MACH_MX21
#include <mach/mx21.h>
# endif
# ifdef CONFIG_MACH_MX27
#include <mach/mx27.h>
# endif
#endif

#ifdef CONFIG_ARCH_MX1
#include <mach/mx1.h>
#endif

#ifdef CONFIG_ARCH_MX25
#include <mach/mx25.h>
#endif

#define imx_map_entry(soc, name, _type)	{				\
	.virtual = soc ## _IO_P2V(soc ## _ ## name ## _BASE_ADDR),	\