diff options
author | David S. Miller <davem@sunset.davemloft.net> | 2007-03-09 02:06:39 -0500 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2007-04-26 04:55:17 -0400 |
commit | 0bba2dd823fd995ed805ae5cbd5a1c1381257a12 (patch) | |
tree | ab88f46bcec15478b1effd3afbefcd133f26a8c7 /arch/sparc64/kernel/pci_sabre.c | |
parent | 3875c5c02d7112aa85f815d65d8add2e39ae9e34 (diff) |
[SPARC64]: Kill pbm->pci_first_slot.
Set but never used.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/sparc64/kernel/pci_sabre.c')
-rw-r--r-- | arch/sparc64/kernel/pci_sabre.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/sparc64/kernel/pci_sabre.c b/arch/sparc64/kernel/pci_sabre.c index cef81c88548a..1bd7fc7c05e6 100644 --- a/arch/sparc64/kernel/pci_sabre.c +++ b/arch/sparc64/kernel/pci_sabre.c | |||
@@ -995,7 +995,6 @@ static void sabre_pbm_init(struct pci_controller_info *p, struct device_node *dp | |||
995 | pbm->chip_type = PBM_CHIP_TYPE_SABRE; | 995 | pbm->chip_type = PBM_CHIP_TYPE_SABRE; |
996 | pbm->parent = p; | 996 | pbm->parent = p; |
997 | pbm->prom_node = dp; | 997 | pbm->prom_node = dp; |
998 | pbm->pci_first_slot = 1; | ||
999 | pbm->pci_first_busno = p->pci_first_busno; | 998 | pbm->pci_first_busno = p->pci_first_busno; |
1000 | pbm->pci_last_busno = p->pci_last_busno; | 999 | pbm->pci_last_busno = p->pci_last_busno; |
1001 | 1000 | ||