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)
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>

No differences found