projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9486d59
)
[MIPS] EV64120: Include <asm/irq.h> to fix warning.
author
Ralf Baechle
<ralf@linux-mips.org>
Mon, 26 Mar 2007 08:22:00 +0000
(09:22 +0100)
committer
Ralf Baechle
<ralf@linux-mips.org>
Thu, 29 Mar 2007 22:46:35 +0000
(23:46 +0100)
arch/mips/pci/pci-ev64120.c:10: warning: implicit declaration of function 'allocate_irqno'
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/pci/pci-ev64120.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/mips/pci/pci-ev64120.c
b/arch/mips/pci/pci-ev64120.c
index 9cd859ef184262538750e9858cdd73a2ed48e861..a84f594b5a18362bb25f4358b21f482ed418144c 100644
(file)
--- 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)
{