Re: [PATCH] x86: irqinit_64.c declare init_ISA_irqs before they get used

From: Yinghai Lu
Date: Mon Dec 15 2008 - 14:53:33 EST


On Mon, Dec 15, 2008 at 9:42 AM, Jaswinder Singh
<jaswinder@xxxxxxxxxxxxx> wrote:
> Signed-off-by: Jaswinder Singh <jaswinder@xxxxxxxxxxxxx>
>
> 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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/