[POWERPC] Make iSeries build without CONFIG_PCI
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Paul Mackerras <paulus@samba.org>
This commit is contained in:
committed by
Paul Mackerras
parent
57190708f1
commit
be9e95b17e
@@ -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)
|
|||||||
"failed with rc 0x%x\n", ret);
|
"failed with rc 0x%x\n", ret);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#endif /* CONFIG_PCI */
|
||||||
|
Reference in New Issue
Block a user