diff options
author | David S. Miller <davem@sunset.davemloft.net> | 2007-03-09 07:11:00 +0100 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2007-04-26 10:55:12 +0200 |
commit | 229177c7f38d6a2b1285b42da4b19d76346b4bac (patch) | |
tree | 516b4586e3cf03722f35adc212c38f57dd94f212 /include/asm-sparc64 | |
parent | [SPARC64]: Consolidate PCI mem/io resource determination. (diff) | |
download | linux-229177c7f38d6a2b1285b42da4b19d76346b4bac.tar.xz linux-229177c7f38d6a2b1285b42da4b19d76346b4bac.zip |
[SPARC64]: Kill PBM intmap software state.
Set but never used.
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 88974d685a3d..f31de45f4873 100644 --- a/include/asm-sparc64/pbm.h +++ b/include/asm-sparc64/pbm.h @@ -162,9 +162,6 @@ struct pci_pbm_info { struct device_node *prom_node; struct linux_prom_pci_ranges *pbm_ranges; int num_pbm_ranges; - struct linux_prom_pci_intmap *pbm_intmap; - int num_pbm_intmap; - struct linux_prom_pci_intmask *pbm_intmask; u64 ino_bitmap; /* PBM I/O and Memory space resources. */ |