commit | b567d1c74ecfe4c321bdba251506a95e4c837c86 | [log] [tgz] |
---|---|---|
author | Timur Tabi <timur@freescale.com> | Mon Oct 15 14:52:21 2012 -0500 |
committer | Kumar Gala <galak@kernel.crashing.org> | Sun Nov 25 07:00:24 2012 -0600 |
tree | 7fe016ce1dfa85a206c0dc41363c7878dac13fac | |
parent | 9655aa6b8034ebb69724dc4b54ad4f64a53096d1 [diff] |
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>