powerpc: fix iSeries build
Only MULTIPLATFORM has phbs_remap_io. Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
This commit is contained in:
parent
0c95fbb256
commit
fe360cdfd2
1 changed files with 2 additions and 0 deletions
|
@ -548,8 +548,10 @@ static int __init pcibios_init(void)
|
||||||
if (ppc64_isabridge_dev != NULL)
|
if (ppc64_isabridge_dev != NULL)
|
||||||
printk("ISA bridge at %s\n", pci_name(ppc64_isabridge_dev));
|
printk("ISA bridge at %s\n", pci_name(ppc64_isabridge_dev));
|
||||||
|
|
||||||
|
#ifdef CONFIG_PPC_MULTIPLATFORM
|
||||||
/* map in PCI I/O space */
|
/* map in PCI I/O space */
|
||||||
phbs_remap_io();
|
phbs_remap_io();
|
||||||
|
#endif
|
||||||
|
|
||||||
printk("PCI: Probing PCI hardware done\n");
|
printk("PCI: Probing PCI hardware done\n");
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue