diff options
author | David S. Miller <davem@sunset.davemloft.net> | 2007-03-09 01:52:11 -0500 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2007-04-26 04:55:16 -0400 |
commit | 3875c5c02d7112aa85f815d65d8add2e39ae9e34 (patch) | |
tree | c2fe7a4800fc5f1e70d84a4c0da942de2aa9b30b /include/asm-sparc64 | |
parent | 8d3aee937596d2ca6676c2c27789751445bf0bc9 (diff) |
[SPARC64]: Kill pci_controller->pbms_same_domain
We don't do the "Simba APB is a PBM" bogosity for Sabre
controllers any longer, so this pbms_same_domain thing
is no longer necessary.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/asm-sparc64')
-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 07f58adb591a..43b07b9b42c5 100644 --- a/include/asm-sparc64/pbm.h +++ b/include/asm-sparc64/pbm.h | |||
@@ -215,9 +215,6 @@ struct pci_controller_info { | |||
215 | */ | 215 | */ |
216 | int index; | 216 | int index; |
217 | 217 | ||
218 | /* Do the PBMs both exist in the same PCI domain? */ | ||
219 | int pbms_same_domain; | ||
220 | |||
221 | /* The PCI bus modules controlled by us. */ | 218 | /* The PCI bus modules controlled by us. */ |
222 | struct pci_pbm_info pbm_A; | 219 | struct pci_pbm_info pbm_A; |
223 | struct pci_pbm_info pbm_B; | 220 | struct pci_pbm_info pbm_B; |