Skip to content

Commit

Permalink
[SPARC64] PCI: Kill PROM_PCIRNG_MAX and PROM_PCIIMAP_MAX.
Browse files Browse the repository at this point in the history
They are totally unused.

Signed-off-by: David S. Miller <[email protected]>
  • Loading branch information
David S. Miller committed May 8, 2007
1 parent cfa0652 commit 5a4a3e5
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions include/asm-sparc64/pbm.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 5a4a3e5

Please sign in to comment.