diff options
author | David S. Miller <davem@sunset.davemloft.net> | 2007-03-08 22:11:00 -0800 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2007-04-26 01:55:12 -0700 |
commit | 229177c7f38d6a2b1285b42da4b19d76346b4bac (patch) | |
tree | 516b4586e3cf03722f35adc212c38f57dd94f212 /include/asm-sparc64/pbm.h | |
parent | 9fd8b64761d3fe7e4ef567161be57e4234af5c1c (diff) | |
download | kernel_samsung_smdk4412-229177c7f38d6a2b1285b42da4b19d76346b4bac.zip kernel_samsung_smdk4412-229177c7f38d6a2b1285b42da4b19d76346b4bac.tar.gz kernel_samsung_smdk4412-229177c7f38d6a2b1285b42da4b19d76346b4bac.tar.bz2 |
[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/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 88974d6..f31de45 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. */ |