diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2012-11-26 14:11:22 -0200 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2012-12-17 10:58:52 +0100 |
commit | 027c0a6af42efa4f2f6034421349bd26a3ca4923 (patch) | |
tree | 6810cae210cb8097c26b40747675ce8b0852d54d | |
parent | 69155fd66d340d47cf25eff0099b3e13548ed50c (diff) | |
download | linux-3.10-027c0a6af42efa4f2f6034421349bd26a3ca4923.tar.gz linux-3.10-027c0a6af42efa4f2f6034421349bd26a3ca4923.tar.bz2 linux-3.10-027c0a6af42efa4f2f6034421349bd26a3ca4923.zip |
ARM: imx: Move platform-mx2-emma to arch/arm/mach-imx/devices
Move platform-mx2-emma to arch/arm/mach-imx/devices and fix the following build
error:
make[2]: *** No rule to make target `arch/arm/mach-imx/devices/platform-mx2-emma.o', needed by `arch/arm/mach-imx/devices/built-in.o'. Stop.
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
-rw-r--r-- | arch/arm/mach-imx/devices/platform-mx2-emma.c (renamed from arch/arm/plat-mxc/devices/platform-mx2-emma.c) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/plat-mxc/devices/platform-mx2-emma.c b/arch/arm/mach-imx/devices/platform-mx2-emma.c index 508404ddd4e..11bd01d402f 100644 --- a/arch/arm/plat-mxc/devices/platform-mx2-emma.c +++ b/arch/arm/mach-imx/devices/platform-mx2-emma.c @@ -6,8 +6,8 @@ * the terms of the GNU General Public License version 2 as published by the * Free Software Foundation. */ -#include <mach/hardware.h> -#include <mach/devices-common.h> +#include "../hardware.h" +#include "devices-common.h" #define imx_mx2_emmaprp_data_entry_single(soc) \ { \ |