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/NCR5380.c | |
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/NCR5380.c')
-rw-r--r-- | drivers/scsi/NCR5380.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/NCR5380.c b/drivers/scsi/NCR5380.c index 296c6f53605a..048bc02556cb 100644 --- a/drivers/scsi/NCR5380.c +++ b/drivers/scsi/NCR5380.c | |||
@@ -649,7 +649,7 @@ NCR5380_print_options(struct Scsi_Host *instance) | |||
649 | " UNSAFE " | 649 | " UNSAFE " |
650 | #endif | 650 | #endif |
651 | ); | 651 | ); |
652 | printk(" USLEEP, USLEEP_POLL=%d USLEEP_SLEEP=%d", USLEEP_POLL, USLEEP_SLEEP); | 652 | printk(" USLEEP_POLL=%d USLEEP_SLEEP=%d", USLEEP_POLL, USLEEP_SLEEP); |
653 | printk(" generic release=%d", NCR5380_PUBLIC_RELEASE); | 653 | printk(" generic release=%d", NCR5380_PUBLIC_RELEASE); |
654 | if (((struct NCR5380_hostdata *) instance->hostdata)->flags & FLAG_NCR53C400) { | 654 | if (((struct NCR5380_hostdata *) instance->hostdata)->flags & FLAG_NCR53C400) { |
655 | printk(" ncr53c400 release=%d", NCR53C400_PUBLIC_RELEASE); | 655 | printk(" ncr53c400 release=%d", NCR53C400_PUBLIC_RELEASE); |