Commit be9e95b1 authored by Stephen Rothwell's avatar Stephen Rothwell Committed by Paul Mackerras

[POWERPC] Make iSeries build without CONFIG_PCI

Signed-off-by: default avatarStephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: default avatarPaul Mackerras <paulus@samba.org>
parent 57190708
...@@ -337,6 +337,8 @@ unsigned int iSeries_get_irq(void) ...@@ -337,6 +337,8 @@ unsigned int iSeries_get_irq(void)
return irq; return irq;
} }
#ifdef CONFIG_PCI
static int iseries_irq_host_map(struct irq_host *h, unsigned int virq, static int iseries_irq_host_map(struct irq_host *h, unsigned int virq,
irq_hw_number_t hw) irq_hw_number_t hw)
{ {
...@@ -384,3 +386,4 @@ void __init iSeries_init_IRQ(void) ...@@ -384,3 +386,4 @@ void __init iSeries_init_IRQ(void)
"failed with rc 0x%x\n", ret); "failed with rc 0x%x\n", ret);
} }
#endif /* CONFIG_PCI */
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment