diff options
author | Finn Thain <fthain@telegraphics.com.au> | 2014-11-12 00:11:50 -0500 |
---|---|---|
committer | Christoph Hellwig <hch@lst.de> | 2014-11-20 03:11:04 -0500 |
commit | 48f16c9bef8ee6b699ab8e7c5c55920ddd1c7e8f (patch) | |
tree | d5247b4d9c4d7e23609041b3baeea4ec94c3556c /drivers/scsi/atari_scsi.h | |
parent | 925e4610933ed8ad047015188186b6d98105b980 (diff) |
ncr5380: Remove unused macros
Some macros are never evaluated (i.e. FOO, USLEEP, SCSI2 and USE_WRAPPER;
and in some drivers, NCR5380_intr and NCR5380_proc_info). DRIVER_SETUP
serves no purpose anymore. Remove these macro definitions.
Signed-off-by: Finn Thain <fthain@telegraphics.com.au>
Reviewed-by: Hannes Reinecke <hare@suse.de>
Tested-by: Michael Schmitz <schmitzmic@gmail.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Diffstat (limited to 'drivers/scsi/atari_scsi.h')
-rw-r--r-- | drivers/scsi/atari_scsi.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/scsi/atari_scsi.h b/drivers/scsi/atari_scsi.h index 3299d91d7336..58cc32f79b86 100644 --- a/drivers/scsi/atari_scsi.h +++ b/drivers/scsi/atari_scsi.h | |||
@@ -44,7 +44,6 @@ | |||
44 | #define NCR5380_read(reg) atari_scsi_reg_read( reg ) | 44 | #define NCR5380_read(reg) atari_scsi_reg_read( reg ) |
45 | #define NCR5380_write(reg, value) atari_scsi_reg_write( reg, value ) | 45 | #define NCR5380_write(reg, value) atari_scsi_reg_write( reg, value ) |
46 | 46 | ||
47 | #define NCR5380_intr atari_scsi_intr | ||
48 | #define NCR5380_queue_command atari_scsi_queue_command | 47 | #define NCR5380_queue_command atari_scsi_queue_command |
49 | #define NCR5380_abort atari_scsi_abort | 48 | #define NCR5380_abort atari_scsi_abort |
50 | #define NCR5380_show_info atari_scsi_show_info | 49 | #define NCR5380_show_info atari_scsi_show_info |