diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2007-06-27 01:19:08 -0400 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2007-06-29 02:58:34 -0400 |
commit | bf440b712d289b157c72f19b389b8d918a8c8c5c (patch) | |
tree | 0d5691906049781e17fd3c2ae0a420e6b37443e0 /arch | |
parent | 5531e41bf41b5bc34e3cb57af89b58a24fc0dd8d (diff) |
[POWERPC] Remove local_number from pci_controller
We never actually read local_number so lets just remove it.
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/powerpc/platforms/iseries/pci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/iseries/pci.c b/arch/powerpc/platforms/iseries/pci.c index 23d876211874..da87162000f0 100644 --- a/arch/powerpc/platforms/iseries/pci.c +++ b/arch/powerpc/platforms/iseries/pci.c | |||
@@ -768,7 +768,7 @@ void __init iSeries_pcibios_init(void) | |||
768 | if (phb == NULL) | 768 | if (phb == NULL) |
769 | continue; | 769 | continue; |
770 | 770 | ||
771 | phb->pci_mem_offset = phb->local_number = bus; | 771 | phb->pci_mem_offset = bus; |
772 | phb->first_busno = bus; | 772 | phb->first_busno = bus; |
773 | phb->last_busno = bus; | 773 | phb->last_busno = bus; |
774 | phb->ops = &iSeries_pci_ops; | 774 | phb->ops = &iSeries_pci_ops; |