linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] arm/imx: rename MX51_MXC_INT_ATA to MX51_INT_ATA
@ 2011-09-30 12:05 Shawn Guo
  2011-09-30 13:58 ` Arnaud Patard (Rtp)
  0 siblings, 1 reply; 2+ messages in thread
From: Shawn Guo @ 2011-09-30 12:05 UTC (permalink / raw)
  To: linux-arm-kernel

This change is to fix the compile error below.

  CC      arch/arm/plat-mxc/devices/platform-pata_imx.o
arch/arm/plat-mxc/devices/platform-pata_imx.c:33:1: error: ?MX51_INT_ATA? undeclared here (not in a function)
make[3]: *** [arch/arm/plat-mxc/devices/platform-pata_imx.o] Error 1

Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
---
Sascha,

This is a compile error seen on your imx-features branch.

 arch/arm/plat-mxc/include/mach/mx51.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/arm/plat-mxc/include/mach/mx51.h b/arch/arm/plat-mxc/include/mach/mx51.h
index dede19a..0d4aa9e 100644
--- a/arch/arm/plat-mxc/include/mach/mx51.h
+++ b/arch/arm/plat-mxc/include/mach/mx51.h
@@ -311,7 +311,7 @@
 #define MX51_MXC_INT_SIM_IPB		67
 #define MX51_MXC_INT_SIM_DAT		68
 #define MX51_MXC_INT_IIM		69
-#define MX51_MXC_INT_ATA		70
+#define MX51_INT_ATA			70
 #define MX51_MXC_INT_CCM1		71
 #define MX51_MXC_INT_CCM2		72
 #define MX51_MXC_INT_GPC1		73
-- 
1.7.4.1

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

* [PATCH] arm/imx: rename MX51_MXC_INT_ATA to MX51_INT_ATA
  2011-09-30 12:05 [PATCH] arm/imx: rename MX51_MXC_INT_ATA to MX51_INT_ATA Shawn Guo
@ 2011-09-30 13:58 ` Arnaud Patard (Rtp)
  0 siblings, 0 replies; 2+ messages in thread
From: Arnaud Patard (Rtp) @ 2011-09-30 13:58 UTC (permalink / raw)
  To: linux-arm-kernel

Shawn Guo <shawn.guo@linaro.org> writes:

[ adding Uwe Kleine-Koning in CC: ]

Hi,

> This change is to fix the compile error below.
>
>   CC      arch/arm/plat-mxc/devices/platform-pata_imx.o
> arch/arm/plat-mxc/devices/platform-pata_imx.c:33:1: error: ?MX51_INT_ATA? undeclared here (not in a function)
> make[3]: *** [arch/arm/plat-mxc/devices/platform-pata_imx.o] Error 1

It's weird. All interrupt are supposed to be like MX51_INT_*. At least
it does on the old checkout from Sascha's tree here.

The renaming comes from
http://lists.infradead.org/pipermail/linux-arm-kernel/2011-August/059666.html
which afaik has been merged.

Arnaud

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

end of thread, other threads:[~2011-09-30 13:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-30 12:05 [PATCH] arm/imx: rename MX51_MXC_INT_ATA to MX51_INT_ATA Shawn Guo
2011-09-30 13:58 ` Arnaud Patard (Rtp)

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).