[PATCH] Add missing include of linux/ftrace.h
From: Rabin Vincent <hidden>
Date: 2011-10-01 19:04:45
From: Rabin Vincent <hidden>
Date: 2011-10-01 19:04:45
On Sat, Oct 1, 2011 at 22:42, Jamie Iles [off-list ref] wrote:
diff --git a/arch/arm/kernel/irq.c b/arch/arm/kernel/irq.c index de3dcab..61c1468 100644 --- a/arch/arm/kernel/irq.c +++ b/arch/arm/kernel/irq.c@@ -37,6 +37,7 @@?#include <linux/proc_fs.h> ?#include <linux/ftrace.h>
You can probably git rid of this inclusion of ftrace.h from here and from smp.c, because they were added only for __exception_irq_entry.
+#include <asm/exception.h> ?#include <asm/system.h> ?#include <asm/mach/arch.h> ?#include <asm/mach/irq.h>