From: Ralf Baechle Date: Mon, 26 Mar 2007 08:22:00 +0000 (+0100) Subject: [MIPS] EV64120: Include to fix warning. X-Git-Tag: v2.6.21-rc6~45^2~9 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=af2944ac5488f8d7e5f109f8a55f98d072ec377c;p=thirdparty%2Fkernel%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 9cd859ef18426..a84f594b5a183 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) {