diff options
Diffstat (limited to 'arch/powerpc/kernel/pci_32.c')
| -rw-r--r-- | arch/powerpc/kernel/pci_32.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/powerpc/kernel/pci_32.c b/arch/powerpc/kernel/pci_32.c index 4b06ec5a502e..e37c2152acf4 100644 --- a/arch/powerpc/kernel/pci_32.c +++ b/arch/powerpc/kernel/pci_32.c | |||
| @@ -208,12 +208,12 @@ pci_create_OF_bus_map(void) | |||
| 208 | of_prop->name = "pci-OF-bus-map"; | 208 | of_prop->name = "pci-OF-bus-map"; |
| 209 | of_prop->length = 256; | 209 | of_prop->length = 256; |
| 210 | of_prop->value = &of_prop[1]; | 210 | of_prop->value = &of_prop[1]; |
| 211 | prom_add_property(dn, of_prop); | 211 | of_add_property(dn, of_prop); |
| 212 | of_node_put(dn); | 212 | of_node_put(dn); |
| 213 | } | 213 | } |
| 214 | } | 214 | } |
| 215 | 215 | ||
| 216 | void __devinit pcibios_setup_phb_io_space(struct pci_controller *hose) | 216 | void pcibios_setup_phb_io_space(struct pci_controller *hose) |
| 217 | { | 217 | { |
| 218 | unsigned long io_offset; | 218 | unsigned long io_offset; |
| 219 | struct resource *res = &hose->io_resource; | 219 | struct resource *res = &hose->io_resource; |
