linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Add missing include of linux/ftrace.h
@ 2011-09-29 15:13 Jamie Iles
  2011-10-01 16:35 ` Russell King - ARM Linux
  0 siblings, 1 reply; 6+ messages in thread
From: Jamie Iles @ 2011-09-29 15:13 UTC (permalink / raw)
  To: linux-arm-kernel

__exception_irq_entry uses __irq_entry which is defined in
linux/ftrace.h.

Reported-by: Zoltan Devai <zdevai@gmail.com>
Cc: Rabin Vincent <rabin@rab.in>
Signed-off-by: Jamie Iles <jamie@jamieiles.com>
---
 arch/arm/include/asm/system.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/arch/arm/include/asm/system.h b/arch/arm/include/asm/system.h
index 832888d..129e5e5 100644
--- a/arch/arm/include/asm/system.h
+++ b/arch/arm/include/asm/system.h
@@ -59,6 +59,7 @@
 
 #include <linux/linkage.h>
 #include <linux/irqflags.h>
+#include <linux/ftrace.h>
 
 #include <asm/outercache.h>
 
-- 
1.7.4.1

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

end of thread, other threads:[~2011-10-04  8:57 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-29 15:13 [PATCH] Add missing include of linux/ftrace.h Jamie Iles
2011-10-01 16:35 ` Russell King - ARM Linux
2011-10-01 17:12   ` Jamie Iles
2011-10-01 17:16     ` Russell King - ARM Linux
2011-10-01 19:04     ` Rabin Vincent
2011-10-04  8:57       ` Jamie Iles

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