Skip to content

Commit

Permalink
[MIPS] EV64120: Include <asm/irq.h> to fix warning.
Browse files Browse the repository at this point in the history
arch/mips/pci/pci-ev64120.c:10: warning: implicit declaration of function 'allocate_irqno'

Signed-off-by: Ralf Baechle <[email protected]>
  • Loading branch information
ralfbaechle committed Mar 29, 2007
1 parent 9486d59 commit af2944a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/mips/pci/pci-ev64120.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#include <linux/pci.h>
#include <asm/irq.h>

int __init pcibios_map_irq(struct pci_dev *dev, u8 slot, u8 pin)
{
Expand Down

0 comments on commit af2944a

Please sign in to comment.