|
@@ -1155,13 +1155,11 @@ void __init pmac_pcibios_after_init(void)
|
|
pmac_call_feature(PMAC_FTR_1394_CABLE_POWER, nd, 0, 0);
|
|
pmac_call_feature(PMAC_FTR_1394_CABLE_POWER, nd, 0, 0);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
- of_node_put(nd);
|
|
|
|
for_each_node_by_name(nd, "ethernet") {
|
|
for_each_node_by_name(nd, "ethernet") {
|
|
if (nd->parent && of_device_is_compatible(nd, "gmac")
|
|
if (nd->parent && of_device_is_compatible(nd, "gmac")
|
|
&& of_device_is_compatible(nd->parent, "uni-north"))
|
|
&& of_device_is_compatible(nd->parent, "uni-north"))
|
|
pmac_call_feature(PMAC_FTR_GMAC_ENABLE, nd, 0, 0);
|
|
pmac_call_feature(PMAC_FTR_GMAC_ENABLE, nd, 0, 0);
|
|
}
|
|
}
|
|
- of_node_put(nd);
|
|
|
|
}
|
|
}
|
|
|
|
|
|
void pmac_pci_fixup_cardbus(struct pci_dev* dev)
|
|
void pmac_pci_fixup_cardbus(struct pci_dev* dev)
|