[PATCH] Add missing include of linux/ftrace.h
From: Jamie Iles <hidden>
Date: 2011-10-04 08:57:42
From: Jamie Iles <hidden>
Date: 2011-10-04 08:57:42
On Sun, Oct 02, 2011 at 12:34:45AM +0530, Rabin Vincent wrote:
On Sat, Oct 1, 2011 at 22:42, Jamie Iles [off-list ref] wrote:quoted
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.
OK, I've updated the patch in Russell's tracker removing these includes. Jamie