Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[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>

+1
+1
arch/mips/pci/pci-ev64120.c
··· 1 1 #include <linux/pci.h> 2 + #include <asm/irq.h> 2 3 3 4 int __init pcibios_map_irq(struct pci_dev *dev, u8 slot, u8 pin) 4 5 {