diff options
author | David S. Miller <davem@sunset.davemloft.net> | 2007-03-08 23:06:39 -0800 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2007-04-26 01:55:17 -0700 |
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 43b07b9b42c..3a811c2cd3c 100644 --- a/include/asm-sparc64/pbm.h +++ b/include/asm-sparc64/pbm.h @@ -197,9 +197,6 @@ struct pci_pbm_info { /* IOMMU state, potentially shared by both PBM segments. */ struct pci_iommu *iommu; - /* PCI slot mapping. */ - unsigned int pci_first_slot; - /* Now things for the actual PCI bus probes. */ unsigned int pci_first_busno; unsigned int pci_last_busno; |