diff options
Diffstat (limited to 'arch/powerpc/sysdev/mv64x60_pci.c')
-rw-r--r-- | arch/powerpc/sysdev/mv64x60_pci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/sysdev/mv64x60_pci.c b/arch/powerpc/sysdev/mv64x60_pci.c index 6b08e76de5a2..2e7738455ae5 100644 --- a/arch/powerpc/sysdev/mv64x60_pci.c +++ b/arch/powerpc/sysdev/mv64x60_pci.c | |||
@@ -147,7 +147,7 @@ static int __init mv64x60_add_bridge(struct device_node *dev) | |||
147 | hose->last_busno = bus_range ? bus_range[1] : 0xff; | 147 | hose->last_busno = bus_range ? bus_range[1] : 0xff; |
148 | 148 | ||
149 | setup_indirect_pci(hose, rsrc.start, rsrc.start + 4); | 149 | setup_indirect_pci(hose, rsrc.start, rsrc.start + 4); |
150 | hose->bus_offset = hose->first_busno; | 150 | hose->self_busno = hose->first_busno; |
151 | 151 | ||
152 | printk(KERN_INFO "Found MV64x60 PCI host bridge at 0x%016llx. " | 152 | printk(KERN_INFO "Found MV64x60 PCI host bridge at 0x%016llx. " |
153 | "Firmware bus number: %d->%d\n", | 153 | "Firmware bus number: %d->%d\n", |