[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <86802c440812151153l25a2351ds5e0a8a648262759d@mail.gmail.com>
Date: Mon, 15 Dec 2008 11:53:22 -0800
From: "Yinghai Lu" <yinghai@...nel.org>
To: "Jaswinder Singh" <jaswinder@...radead.org>
Cc: "Ingo Molnar" <mingo@...e.hu>, LKML <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] x86: irqinit_64.c declare init_ISA_irqs before they get used
On Mon, Dec 15, 2008 at 9:42 AM, Jaswinder Singh
<jaswinder@...radead.org> wrote:
> Signed-off-by: Jaswinder Singh <jaswinder@...radead.org>
>
> Included asm/arch_hooks.h for init_ISA_irqs
> ---
> arch/x86/kernel/irqinit_64.c | 1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/arch/x86/kernel/irqinit_64.c b/arch/x86/kernel/irqinit_64.c
> index b33d02f..d1f9663 100644
> --- a/arch/x86/kernel/irqinit_64.c
> +++ b/arch/x86/kernel/irqinit_64.c
> @@ -21,6 +21,7 @@
> #include <asm/delay.h>
> #include <asm/desc.h>
> #include <asm/apic.h>
> +#include <asm/arch_hooks.h>
> #include <asm/i8259.h>
not needed.
could change that to static for 64bit.
YH
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists