From: Ralf Baechle Date: Mon, 26 Mar 2007 08:22:00 +0000 (+0100) Subject: [MIPS] EV64120: Include to fix warning. X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=af2944ac5488f8d7e5f109f8a55f98d072ec377c;p=deliverable%2Flinux.git [MIPS] EV64120: Include to fix warning. arch/mips/pci/pci-ev64120.c:10: warning: implicit declaration of function 'allocate_irqno' Signed-off-by: Ralf Baechle --- diff --git a/arch/mips/pci/pci-ev64120.c b/arch/mips/pci/pci-ev64120.c index 9cd859ef1842..a84f594b5a18 100644 --- a/arch/mips/pci/pci-ev64120.c +++ b/arch/mips/pci/pci-ev64120.c @@ -1,4 +1,5 @@ #include +#include int __init pcibios_map_irq(struct pci_dev *dev, u8 slot, u8 pin) {