diff options
author | David S. Miller <davem@sunset.davemloft.net> | 2007-03-09 07:52:11 +0100 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2007-04-26 10:55:16 +0200 |
commit | 3875c5c02d7112aa85f815d65d8add2e39ae9e34 (patch) | |
tree | c2fe7a4800fc5f1e70d84a4c0da942de2aa9b30b /include/asm-sparc64/pbm.h | |
parent | [SPARC64]: Kill pci_controller->base_address_update(). (diff) | |
download | linux-3875c5c02d7112aa85f815d65d8add2e39ae9e34.tar.xz linux-3875c5c02d7112aa85f815d65d8add2e39ae9e34.zip |
[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 '')
-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 { */ int index; - /* Do the PBMs both exist in the same PCI domain? */ - int pbms_same_domain; - /* The PCI bus modules controlled by us. */ struct pci_pbm_info pbm_A; struct pci_pbm_info pbm_B; |