X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=arch%2Fpowerpc%2Fkernel%2Fpci_dn.c;fp=arch%2Fpowerpc%2Fkernel%2Fpci_dn.c;h=12c4c9e9bbc7bc3bb9165d3d8b055d1538cff5e6;hb=64ba3f394c830ec48a1c31b53dcae312c56f1604;hp=1c18953514c3d0a15aea5efce1eaf0092c40c8c1;hpb=be1e6109ac94a859551f8e1774eb9a8469fe055c;p=linux-2.6.git diff --git a/arch/powerpc/kernel/pci_dn.c b/arch/powerpc/kernel/pci_dn.c index 1c1895351..12c4c9e9b 100644 --- a/arch/powerpc/kernel/pci_dn.c +++ b/arch/powerpc/kernel/pci_dn.c @@ -31,7 +31,6 @@ #include #include #include -#include /* * Traverse_func that inits the PCI fields of the device node. @@ -60,11 +59,6 @@ static void * __devinit update_dn_pci_info(struct device_node *dn, void *data) pdn->busno = (regs[0] >> 16) & 0xff; pdn->devfn = (regs[0] >> 8) & 0xff; } - if (firmware_has_feature(FW_FEATURE_ISERIES)) { - u32 *busp = (u32 *)get_property(dn, "linux,subbus", NULL); - if (busp) - pdn->bussubno = *busp; - } pdn->pci_ext_config_space = (type && *type == 1); return NULL;