linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] arm/imx: add missing include of asm/exception.h for avic.c
@ 2011-10-21  2:33 Shawn Guo
  2011-10-21  7:22 ` Uwe Kleine-König
  0 siblings, 1 reply; 4+ messages in thread
From: Shawn Guo @ 2011-10-21  2:33 UTC (permalink / raw)
  To: linux-arm-kernel

It adds missing include of asm/exception.h for avic.c to fix the
compile error below.

  arch/arm/plat-mxc/avic.c:154:39: error: expected ?=?, ?,?, ?;?,
  ?asm? or ?__attribute__? before ?avic_handle_irq?

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

I hit this error when building imx6q on your for-next branch.

 arch/arm/plat-mxc/avic.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/arch/arm/plat-mxc/avic.c b/arch/arm/plat-mxc/avic.c
index 8875fb4..3157691 100644
--- a/arch/arm/plat-mxc/avic.c
+++ b/arch/arm/plat-mxc/avic.c
@@ -21,6 +21,7 @@
 #include <linux/irq.h>
 #include <linux/io.h>
 #include <mach/common.h>
+#include <asm/exception.h>
 #include <asm/mach/irq.h>
 #include <mach/hardware.h>
 
-- 
1.7.4.1

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

end of thread, other threads:[~2011-10-21 18:07 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-21  2:33 [PATCH] arm/imx: add missing include of asm/exception.h for avic.c Shawn Guo
2011-10-21  7:22 ` Uwe Kleine-König
2011-10-21 16:38   ` Arnd Bergmann
2011-10-21 18:07     ` 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).