[PATCH] x86: irqinit_64.c declare init_ISA_irqs before they getused

From: Jaswinder Singh
Date: Mon Dec 15 2008 - 12:44:06 EST


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>

/*
--
1.5.5.1



--
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/