diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2007-06-25 13:53:51 -0400 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2007-06-29 02:58:12 -0400 |
commit | 2a5ccbc5bb471c10b58ea85ac463e70faead1c8a (patch) | |
tree | 1ffbbd25584c636958431cbe5757974d07a79b58 /arch/powerpc/platforms/82xx | |
parent | 5229ee185287f4fd0d7809e6554b40ec83a4ba6c (diff) |
[POWERPC] Remove bus_offset in places its not really used
The user of the fsl_pcie code doesn't set bus_offset and 82xx doesn't
require it either. Remove the places in the code that reference it so
we can remove it all together.
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/platforms/82xx')
-rw-r--r-- | arch/powerpc/platforms/82xx/mpc82xx_ads.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/82xx/mpc82xx_ads.c b/arch/powerpc/platforms/82xx/mpc82xx_ads.c index 715107b6d784..d1e0919a3dee 100644 --- a/arch/powerpc/platforms/82xx/mpc82xx_ads.c +++ b/arch/powerpc/platforms/82xx/mpc82xx_ads.c | |||
@@ -552,7 +552,6 @@ static void __init mpc82xx_add_bridge(struct device_node *np) | |||
552 | 552 | ||
553 | hose->first_busno = bus_range ? bus_range[0] : 0; | 553 | hose->first_busno = bus_range ? bus_range[0] : 0; |
554 | hose->last_busno = bus_range ? bus_range[1] : 0xff; | 554 | hose->last_busno = bus_range ? bus_range[1] : 0xff; |
555 | hose->bus_offset = 0; | ||
556 | 555 | ||
557 | setup_indirect_pci(hose, | 556 | setup_indirect_pci(hose, |
558 | r.start + offsetof(pci_cpm2_t, pci_cfg_addr), | 557 | r.start + offsetof(pci_cpm2_t, pci_cfg_addr), |