linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: imx: Move platform-mx2-emma to arch/arm/mach-imx/devices
@ 2012-11-26 16:11 Fabio Estevam
  2012-11-30 21:00 ` Fabio Estevam
  2012-12-17 10:22 ` Sascha Hauer
  0 siblings, 2 replies; 4+ messages in thread
From: Fabio Estevam @ 2012-11-26 16:11 UTC (permalink / raw)
  To: linux-arm-kernel

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>
---
 .../devices/platform-mx2-emma.c                    |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename arch/arm/{plat-mxc => mach-imx}/devices/platform-mx2-emma.c (94%)

diff --git a/arch/arm/plat-mxc/devices/platform-mx2-emma.c b/arch/arm/mach-imx/devices/platform-mx2-emma.c
similarity index 94%
rename from arch/arm/plat-mxc/devices/platform-mx2-emma.c
rename to arch/arm/mach-imx/devices/platform-mx2-emma.c
index 508404d..11bd01d 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)				\
 	{								\
-- 
1.7.9.5

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [PATCH] ARM: imx: Move platform-mx2-emma to arch/arm/mach-imx/devices
  2012-11-26 16:11 [PATCH] ARM: imx: Move platform-mx2-emma to arch/arm/mach-imx/devices Fabio Estevam
@ 2012-11-30 21:00 ` Fabio Estevam
  2012-12-11 17:06   ` Fabio Estevam
  2012-12-17 10:22 ` Sascha Hauer
  1 sibling, 1 reply; 4+ messages in thread
From: Fabio Estevam @ 2012-11-30 21:00 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Sascha,

On Mon, Nov 26, 2012 at 2:11 PM, Fabio Estevam
<fabio.estevam@freescale.com> wrote:
> 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>

Could this one be applied, so that linux-next can be built again form
imx_v4_v5_defconfig?

Regards,

Fabio Estevam

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH] ARM: imx: Move platform-mx2-emma to arch/arm/mach-imx/devices
  2012-11-30 21:00 ` Fabio Estevam
@ 2012-12-11 17:06   ` Fabio Estevam
  0 siblings, 0 replies; 4+ messages in thread
From: Fabio Estevam @ 2012-12-11 17:06 UTC (permalink / raw)
  To: linux-arm-kernel

On Fri, Nov 30, 2012 at 7:00 PM, Fabio Estevam <festevam@gmail.com> wrote:

> Could this one be applied, so that linux-next can be built again form
> imx_v4_v5_defconfig?

Ping?

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH] ARM: imx: Move platform-mx2-emma to arch/arm/mach-imx/devices
  2012-11-26 16:11 [PATCH] ARM: imx: Move platform-mx2-emma to arch/arm/mach-imx/devices Fabio Estevam
  2012-11-30 21:00 ` Fabio Estevam
@ 2012-12-17 10:22 ` Sascha Hauer
  1 sibling, 0 replies; 4+ messages in thread
From: Sascha Hauer @ 2012-12-17 10:22 UTC (permalink / raw)
  To: linux-arm-kernel

On Mon, Nov 26, 2012 at 02:11:22PM -0200, Fabio Estevam wrote:
> 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>

Applied, thanks

Sascha

> ---
>  .../devices/platform-mx2-emma.c                    |    4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>  rename arch/arm/{plat-mxc => mach-imx}/devices/platform-mx2-emma.c (94%)
> 
> diff --git a/arch/arm/plat-mxc/devices/platform-mx2-emma.c b/arch/arm/mach-imx/devices/platform-mx2-emma.c
> similarity index 94%
> rename from arch/arm/plat-mxc/devices/platform-mx2-emma.c
> rename to arch/arm/mach-imx/devices/platform-mx2-emma.c
> index 508404d..11bd01d 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)				\
>  	{								\
> -- 
> 1.7.9.5
> 
> 
> 

-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2012-12-17 10:22 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-26 16:11 [PATCH] ARM: imx: Move platform-mx2-emma to arch/arm/mach-imx/devices Fabio Estevam
2012-11-30 21:00 ` Fabio Estevam
2012-12-11 17:06   ` Fabio Estevam
2012-12-17 10:22 ` Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).