Skip to content

Commit

Permalink
[MIPS] SN: PCI fixup needs to include <irq.h>.
Browse files Browse the repository at this point in the history
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
  • Loading branch information
Ralf Baechle committed Mar 4, 2007
1 parent a9b6590 commit 3a1d821
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/mips/pci/fixup-sni.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
#include <asm/mipsregs.h>
#include <asm/sni.h>

#include <irq.h>

/*
* PCIMT Shortcuts ...
*/
Expand Down

0 comments on commit 3a1d821

Please sign in to comment.