summaryrefslogtreecommitdiffstats
path: root/arch/sparc/kernel/irq.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/sparc/kernel/irq.c')
-rw-r--r--arch/sparc/kernel/irq.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/arch/sparc/kernel/irq.c b/arch/sparc/kernel/irq.c
index fb4e0dab1..c89d04872 100644
--- a/arch/sparc/kernel/irq.c
+++ b/arch/sparc/kernel/irq.c
@@ -1,4 +1,4 @@
-/* $Id: irq.c,v 1.97 1999/09/10 10:40:21 davem Exp $
+/* $Id: irq.c,v 1.99 1999/12/27 06:08:29 anton Exp $
* arch/sparc/kernel/irq.c: Interrupt request handling routines. On the
* Sparc the IRQ's are basically 'cast in stone'
* and you are supposed to probe the prom's device
@@ -40,6 +40,7 @@
#include <asm/traps.h>
#include <asm/irq.h>
#include <asm/io.h>
+#include <asm/pgalloc.h>
#include <asm/pgtable.h>
#include <asm/hardirq.h>
#include <asm/softirq.h>
@@ -726,7 +727,7 @@ void __init init_IRQ(void)
case sun4m:
#ifdef CONFIG_PCI
pcic_probe();
- if (pci_present()) {
+ if (pcic_present()) {
sun4m_pci_init_IRQ();
break;
}