dect
/
linux-2.6
Archived
13
0
Fork 0

Revert "microblaze: PCI fix typo fault in of_node pointer moving into pci_bus"

This reverts commit c9d761b7c4.

Ben' commit "microblaze/pci: Move the remains of pci_32.c to pci-common.c"
(sha1: bf13a6fa09)
completely removed pci_32.c that's why my fixing commit caused
the problem with merging and need to be revert.

Signed-off-by: Michal Simek <monstr@monstr.eu>
This commit is contained in:
Michal Simek 2011-07-26 11:24:56 +02:00
parent c9d761b7c4
commit 6dbd3085c3
1 changed files with 1 additions and 1 deletions

View File

@ -332,7 +332,7 @@ static void __devinit pcibios_scan_phb(struct pci_controller *hose)
hose->global_number);
return;
}
bus->dev.of_node = of_node_get(node);
bus.dev->of_node = of_node_get(node);
bus->secondary = hose->first_busno;
hose->bus = bus;