]> Pileus Git - ~andy/linux/blobdiff - arch/frv/mb93090-mb00/pci-vdk.c
Merge tag 'pci-v3.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci
[~andy/linux] / arch / frv / mb93090-mb00 / pci-vdk.c
index d186b254ce99fd87046177e8c2d15eb15529dcff..0aa35f0eb0dbfa0cc5fc34c443645ae484c68dc3 100644 (file)
@@ -26,7 +26,6 @@
 unsigned int __nongpreldata pci_probe = 1;
 
 int  __nongpreldata pcibios_last_bus = -1;
-struct pci_bus *__nongpreldata pci_root_bus;
 struct pci_ops *__nongpreldata pci_root_ops;
 
 /*
@@ -416,8 +415,7 @@ int __init pcibios_init(void)
        printk("PCI: Probing PCI hardware\n");
        pci_add_resource(&resources, &pci_ioport_resource);
        pci_add_resource(&resources, &pci_iomem_resource);
-       pci_root_bus = pci_scan_root_bus(NULL, 0, pci_root_ops, NULL,
-                                        &resources);
+       pci_scan_root_bus(NULL, 0, pci_root_ops, NULL, &resources);
 
        pcibios_irq_init();
        pcibios_fixup_peer_bridges();