projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5719070
)
[POWERPC] Make iSeries build without CONFIG_PCI
author
Stephen Rothwell
<sfr@canb.auug.org.au>
Sun, 4 Mar 2007 06:03:48 +0000
(17:03 +1100)
committer
Paul Mackerras
<paulus@samba.org>
Fri, 9 Mar 2007 04:03:25 +0000
(15:03 +1100)
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/platforms/iseries/irq.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/powerpc/platforms/iseries/irq.c
b/arch/powerpc/platforms/iseries/irq.c
index 5225abfafd9b8f44b1ec7e7aeac3cfe800e233a7..9f9972bc69ebd31e24e9828b1232d2366f457f2e 100644
(file)
--- a/
arch/powerpc/platforms/iseries/irq.c
+++ b/
arch/powerpc/platforms/iseries/irq.c
@@
-337,6
+337,8
@@
unsigned int iSeries_get_irq(void)
return irq;
}
+#ifdef CONFIG_PCI
+
static int iseries_irq_host_map(struct irq_host *h, unsigned int virq,
irq_hw_number_t hw)
{
@@
-384,3
+386,4
@@
void __init iSeries_init_IRQ(void)
"failed with rc 0x%x\n", ret);
}
+#endif /* CONFIG_PCI */