[PATCH] Add missing include of linux/ftrace.h
Rabin Vincent
rabin at rab.in
Sat Oct 1 15:04:45 EDT 2011
On Sat, Oct 1, 2011 at 22:42, Jamie Iles <jamie at jamieiles.com> 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>
More information about the linux-arm-kernel
mailing list