diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2007-03-26 09:22:00 +0100 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2007-03-29 23:46:35 +0100 |
commit | af2944ac5488f8d7e5f109f8a55f98d072ec377c (patch) | |
tree | 957935b3c62466874d80fcbe5877b4fe5cb87fee /arch | |
parent | 9486d594baf268e46a01ada5c8c50dcf5d066748 (diff) | |
download | op-kernel-dev-af2944ac5488f8d7e5f109f8a55f98d072ec377c.zip op-kernel-dev-af2944ac5488f8d7e5f109f8a55f98d072ec377c.tar.gz |
[MIPS] EV64120: Include <asm/irq.h> to fix warning.
arch/mips/pci/pci-ev64120.c:10: warning: implicit declaration of function 'allocate_irqno'
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/mips/pci/pci-ev64120.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/pci/pci-ev64120.c b/arch/mips/pci/pci-ev64120.c index 9cd859e..a84f594 100644 --- a/arch/mips/pci/pci-ev64120.c +++ b/arch/mips/pci/pci-ev64120.c @@ -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) { |