aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid S. Miller <davem@sunset.davemloft.net>2007-05-07 21:54:28 -0700
committerDavid S. Miller <davem@sunset.davemloft.net>2007-05-08 16:41:20 -0700
commit5a4a3e592d0d66653297049373caa7ac5b4febe0 (patch)
treef476d33215357e912328551be7842e45257748ab
parentcfa0652c4eb4ca37f88fcdd7d871cf98d9d98c0e (diff)
[SPARC64] PCI: Kill PROM_PCIRNG_MAX and PROM_PCIIMAP_MAX.
They are totally unused. Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r--include/asm-sparc64/pbm.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/asm-sparc64/pbm.h b/include/asm-sparc64/pbm.h
index 43b7270ec02..c8868babc4f 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
#define PCI_STC_FLUSHFLAG_SET(STC) \
(*((STC)->strbuf_flushflag) != 0UL)
-/* There can be quite a few ranges and interrupt maps on a PCI
- * segment. Thus...
- */
-#define PROM_PCIRNG_MAX 64
-#define PROM_PCIIMAP_MAX 64
-
struct pci_controller_info;
struct pci_pbm_info {