diff options
author | David S. Miller <davem@sunset.davemloft.net> | 2007-05-08 00:54:28 -0400 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2007-05-08 19:41:20 -0400 |
commit | 5a4a3e592d0d66653297049373caa7ac5b4febe0 (patch) | |
tree | f476d33215357e912328551be7842e45257748ab /include/asm-sparc64 | |
parent | cfa0652c4eb4ca37f88fcdd7d871cf98d9d98c0e (diff) |
[SPARC64] PCI: Kill PROM_PCIRNG_MAX and PROM_PCIIMAP_MAX.
They are totally unused.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/asm-sparc64')
-rw-r--r-- | include/asm-sparc64/pbm.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/asm-sparc64/pbm.h b/include/asm-sparc64/pbm.h index 43b7270ec02e..c8868babc4fe 100644 --- a/include/asm-sparc64/pbm.h +++ b/include/asm-sparc64/pbm.h | |||
@@ -36,12 +36,6 @@ extern void pci_iommu_table_init(struct iommu *iommu, int tsbsize, u32 dma_offse | |||
36 | #define PCI_STC_FLUSHFLAG_SET(STC) \ | 36 | #define PCI_STC_FLUSHFLAG_SET(STC) \ |
37 | (*((STC)->strbuf_flushflag) != 0UL) | 37 | (*((STC)->strbuf_flushflag) != 0UL) |
38 | 38 | ||
39 | /* There can be quite a few ranges and interrupt maps on a PCI | ||
40 | * segment. Thus... | ||
41 | */ | ||
42 | #define PROM_PCIRNG_MAX 64 | ||
43 | #define PROM_PCIIMAP_MAX 64 | ||
44 | |||
45 | struct pci_controller_info; | 39 | struct pci_controller_info; |
46 | 40 | ||
47 | struct pci_pbm_info { | 41 | struct pci_pbm_info { |