aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/powerpc/platforms/powermac/pci.c22
1 files changed, 0 insertions, 22 deletions
diff --git a/arch/powerpc/platforms/powermac/pci.c b/arch/powerpc/platforms/powermac/pci.c
index 1c58db9d42cb..bcf50d7056e9 100644
--- a/arch/powerpc/platforms/powermac/pci.c
+++ b/arch/powerpc/platforms/powermac/pci.c
@@ -1144,28 +1144,6 @@ void __init pmac_pcibios_after_init(void)
1144{ 1144{
1145 struct device_node* nd; 1145 struct device_node* nd;
1146 1146
1147#ifdef CONFIG_BLK_DEV_IDE
1148 struct pci_dev *dev = NULL;
1149
1150 /* OF fails to initialize IDE controllers on macs
1151 * (and maybe other machines)
1152 *
1153 * Ideally, this should be moved to the IDE layer, but we need
1154 * to check specifically with Andre Hedrick how to do it cleanly
1155 * since the common IDE code seem to care about the fact that the
1156 * BIOS may have disabled a controller.
1157 *
1158 * -- BenH
1159 */
1160 for_each_pci_dev(dev) {
1161 if ((dev->class >> 16) != PCI_BASE_CLASS_STORAGE)
1162 continue;
1163 if (pci_enable_device(dev))
1164 printk(KERN_WARNING
1165 "pci: Failed to enable %s\n", pci_name(dev));
1166 }
1167#endif /* CONFIG_BLK_DEV_IDE */
1168
1169 for_each_node_by_name(nd, "firewire") { 1147 for_each_node_by_name(nd, "firewire") {
1170 if (nd->parent && (of_device_is_compatible(nd, "pci106b,18") || 1148 if (nd->parent && (of_device_is_compatible(nd, "pci106b,18") ||
1171 of_device_is_compatible(nd, "pci106b,30") || 1149 of_device_is_compatible(nd, "pci106b,30") ||