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/t128.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/t128.c')
-rw-r--r-- | drivers/scsi/t128.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/scsi/t128.c b/drivers/scsi/t128.c index 09556ebe1da1..e5acd9eb3148 100644 --- a/drivers/scsi/t128.c +++ b/drivers/scsi/t128.c | |||
@@ -47,17 +47,12 @@ | |||
47 | * increase compared to polled I/O. | 47 | * increase compared to polled I/O. |
48 | * | 48 | * |
49 | * PARITY - enable parity checking. Not supported. | 49 | * PARITY - enable parity checking. Not supported. |
50 | * | ||
51 | * SCSI2 - enable support for SCSI-II tagged queueing. Untested. | ||
52 | * | ||
53 | * | 50 | * |
54 | * UNSAFE - leave interrupts enabled during pseudo-DMA transfers. You | 51 | * UNSAFE - leave interrupts enabled during pseudo-DMA transfers. You |
55 | * only really want to use this if you're having a problem with | 52 | * only really want to use this if you're having a problem with |
56 | * dropped characters during high speed communications, and even | 53 | * dropped characters during high speed communications, and even |
57 | * then, you're going to be better off twiddling with transfersize. | 54 | * then, you're going to be better off twiddling with transfersize. |
58 | * | 55 | * |
59 | * USLEEP - enable support for devices that don't disconnect. Untested. | ||
60 | * | ||
61 | * The card is detected and initialized in one of several ways : | 56 | * The card is detected and initialized in one of several ways : |
62 | * 1. Autoprobe (default) - since the board is memory mapped, | 57 | * 1. Autoprobe (default) - since the board is memory mapped, |
63 | * a BIOS signature is scanned for to locate the registers. | 58 | * a BIOS signature is scanned for to locate the registers. |