From: Stephen Rothwell Date: Thu, 10 Nov 2005 05:07:12 +0000 (+1100) Subject: powerpc: fix iSeries build X-Git-Tag: v2.6.15-rc1~51^2^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fe360cdfd26503a6def1dfebc0ef8371c5071340;p=platform%2Fkernel%2Flinux-exynos.git powerpc: fix iSeries build Only MULTIPLATFORM has phbs_remap_io. Signed-off-by: Stephen Rothwell --- diff --git a/arch/ppc64/kernel/pci.c b/arch/ppc64/kernel/pci.c index 46929fb..3cef1b8 100644 --- a/arch/ppc64/kernel/pci.c +++ b/arch/ppc64/kernel/pci.c @@ -548,8 +548,10 @@ static int __init pcibios_init(void) if (ppc64_isabridge_dev != NULL) printk("ISA bridge at %s\n", pci_name(ppc64_isabridge_dev)); +#ifdef CONFIG_PPC_MULTIPLATFORM /* map in PCI I/O space */ phbs_remap_io(); +#endif printk("PCI: Probing PCI hardware done\n");