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 /include/asm-sparc64/pbm.h | |
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 'include/asm-sparc64/pbm.h')
-rw-r--r-- | include/asm-sparc64/pbm.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/asm-sparc64/pbm.h b/include/asm-sparc64/pbm.h index 43b07b9b42c5..3a811c2cd3c2 100644 --- a/include/asm-sparc64/pbm.h +++ b/include/asm-sparc64/pbm.h | |||
@@ -197,9 +197,6 @@ struct pci_pbm_info { | |||
197 | /* IOMMU state, potentially shared by both PBM segments. */ | 197 | /* IOMMU state, potentially shared by both PBM segments. */ |
198 | struct pci_iommu *iommu; | 198 | struct pci_iommu *iommu; |
199 | 199 | ||
200 | /* PCI slot mapping. */ | ||
201 | unsigned int pci_first_slot; | ||
202 | |||
203 | /* Now things for the actual PCI bus probes. */ | 200 | /* Now things for the actual PCI bus probes. */ |
204 | unsigned int pci_first_busno; | 201 | unsigned int pci_first_busno; |
205 | unsigned int pci_last_busno; | 202 | unsigned int pci_last_busno; |