diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2007-03-01 10:35:54 -0500 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2007-03-04 14:02:40 -0500 |
commit | 3a1d8217e1f90c0b63654f25f3f2db0a1101a1e1 (patch) | |
tree | 36a1217030fbabadf027a46356a59d179f5e40dd /arch/mips | |
parent | a9b6590ced1370537edad8dc60be32c044b2380e (diff) |
[MIPS] SN: PCI fixup needs to include <irq.h>.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips')
-rw-r--r-- | arch/mips/pci/fixup-sni.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/mips/pci/fixup-sni.c b/arch/mips/pci/fixup-sni.c index 0c9a4732d455..36e5fb1b3786 100644 --- a/arch/mips/pci/fixup-sni.c +++ b/arch/mips/pci/fixup-sni.c | |||
@@ -14,6 +14,8 @@ | |||
14 | #include <asm/mipsregs.h> | 14 | #include <asm/mipsregs.h> |
15 | #include <asm/sni.h> | 15 | #include <asm/sni.h> |
16 | 16 | ||
17 | #include <irq.h> | ||
18 | |||
17 | /* | 19 | /* |
18 | * PCIMT Shortcuts ... | 20 | * PCIMT Shortcuts ... |
19 | */ | 21 | */ |