diff options
| author | 2007-03-01 15:35:54 +0000 | |
|---|---|---|
| committer | 2007-03-04 19:02:40 +0000 | |
| commit | 3a1d8217e1f90c0b63654f25f3f2db0a1101a1e1 (patch) | |
| tree | 36a1217030fbabadf027a46356a59d179f5e40dd | |
| parent | [MIPS] DMA: Fix a bunch of warnings due to missing inline keywords. (diff) | |
| download | wireguard-linux-3a1d8217e1f90c0b63654f25f3f2db0a1101a1e1.tar.xz wireguard-linux-3a1d8217e1f90c0b63654f25f3f2db0a1101a1e1.zip  | |
[MIPS] SN: PCI fixup needs to include <irq.h>.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
| -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 @@  #include <asm/mipsregs.h>  #include <asm/sni.h> +#include <irq.h> +  /*   * PCIMT Shortcuts ...   */  | 
