powerpc/86xx: fsl_pcibios_fixup_bus requires CONFIG_PCI
authorTimur Tabi <timur@freescale.com>
Mon, 15 Oct 2012 19:52:21 +0000 (14:52 -0500)
committerKumar Gala <galak@kernel.crashing.org>
Sun, 25 Nov 2012 13:00:24 +0000 (07:00 -0600)
commitb567d1c74ecfe4c321bdba251506a95e4c837c86
tree7fe016ce1dfa85a206c0dc41363c7878dac13fac
parent9655aa6b8034ebb69724dc4b54ad4f64a53096d1
powerpc/86xx: fsl_pcibios_fixup_bus requires CONFIG_PCI

Function fsl_pcibios_fixup_bus() is available only if PCI is enabled.  The
MPC8610 HPCD platform file was not protecting the assigned with an #ifdef,
which results in a link failure when PCI is disabled.  Every other platform
already has this #ifdef.

Signed-off-by: Timur Tabi <timur@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
arch/powerpc/platforms/86xx/mpc8610_hpcd.c