aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/sun3_scsi.h
diff options
context:
space:
mode:
authorFinn Thain <fthain@telegraphics.com.au>2014-03-17 20:42:13 -0400
committerChristoph Hellwig <hch@lst.de>2014-05-28 06:05:36 -0400
commitd0d22efb634d6bb2dbbe0278471c015a71a832a4 (patch)
tree3ca82d5098deb823f36209849fb547b9fa59d94c /drivers/scsi/sun3_scsi.h
parentb57d7c015dd0a77589030e18fca887b624ae9013 (diff)
scsi/NCR5380: remove unused BOARD_NORMAL and BOARD_NCR53C400
BOARD_NORMAL is completely unused and BOARD_NCR53C400 is used only by g_NCR5380 internally. Remove the unused definitions. Signed-off-by: Finn Thain <fthain@telegraphics.com.au> Acked-by: Sam Creasey <sammy@sammy.net> Signed-off-by: Christoph Hellwig <hch@lst.de>
Diffstat (limited to 'drivers/scsi/sun3_scsi.h')
-rw-r--r--drivers/scsi/sun3_scsi.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/scsi/sun3_scsi.h b/drivers/scsi/sun3_scsi.h
index a8da9c710fea..7d12a30087d0 100644
--- a/drivers/scsi/sun3_scsi.h
+++ b/drivers/scsi/sun3_scsi.h
@@ -108,9 +108,6 @@ static int sun3scsi_release (struct Scsi_Host *);
108#define NCR5380_dma_read_setup(instance, data, count) sun3scsi_dma_setup(data, count, 0) 108#define NCR5380_dma_read_setup(instance, data, count) sun3scsi_dma_setup(data, count, 0)
109#define NCR5380_dma_residual sun3scsi_dma_residual 109#define NCR5380_dma_residual sun3scsi_dma_residual
110 110
111#define BOARD_NORMAL 0
112#define BOARD_NCR53C400 1
113
114/* additional registers - mainly DMA control regs */ 111/* additional registers - mainly DMA control regs */
115/* these start at regbase + 8 -- directly after the NCR regs */ 112/* these start at regbase + 8 -- directly after the NCR regs */
116struct sun3_dma_regs { 113struct sun3_dma_regs {