ARM: imx: Move platform-mx2-emma to arch/arm/mach-imx/devices
authorFabio Estevam <fabio.estevam@freescale.com>
Mon, 26 Nov 2012 16:11:22 +0000 (14:11 -0200)
committerSascha Hauer <s.hauer@pengutronix.de>
Mon, 17 Dec 2012 09:58:52 +0000 (10:58 +0100)
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>
arch/arm/mach-imx/devices/platform-mx2-emma.c [moved from arch/arm/plat-mxc/devices/platform-mx2-emma.c with 94% similarity]

@@ -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)                         \
        {                                                               \