浏览代码

[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>
Ralf Baechle 18 年之前
父节点
当前提交
af2944ac54
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      arch/mips/pci/pci-ev64120.c

+ 1 - 0
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)
 {