diff options
author | Finn Thain <fthain@telegraphics.com.au> | 2014-11-12 00:11:54 -0500 |
---|---|---|
committer | Christoph Hellwig <hch@lst.de> | 2014-11-20 03:11:06 -0500 |
commit | 997acab7d593913eaa0606ff257079efcfcb146d (patch) | |
tree | 239997e829da105725a82d12d981c2ae9b6d4189 /drivers/scsi/arm | |
parent | 76f13b9321ec8f9550cd1557ed28ac6ae91e612c (diff) |
ncr5380: Remove redundant AUTOSENSE macro
Every NCR5380 driver sets AUTOSENSE so it need not be optional (and the
mid-layer expects it). Remove this redundant macro to improve readability.
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/arm')
-rw-r--r-- | drivers/scsi/arm/cumana_1.c | 1 | ||||
-rw-r--r-- | drivers/scsi/arm/oak.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/drivers/scsi/arm/cumana_1.c b/drivers/scsi/arm/cumana_1.c index 8ef810a4476e..8266039b60ee 100644 --- a/drivers/scsi/arm/cumana_1.c +++ b/drivers/scsi/arm/cumana_1.c | |||
@@ -18,7 +18,6 @@ | |||
18 | 18 | ||
19 | #include <scsi/scsicam.h> | 19 | #include <scsi/scsicam.h> |
20 | 20 | ||
21 | #define AUTOSENSE | ||
22 | #define PSEUDO_DMA | 21 | #define PSEUDO_DMA |
23 | 22 | ||
24 | #define CUMANASCSI_PUBLIC_RELEASE 1 | 23 | #define CUMANASCSI_PUBLIC_RELEASE 1 |
diff --git a/drivers/scsi/arm/oak.c b/drivers/scsi/arm/oak.c index 5ba3db605000..f62cc904a47b 100644 --- a/drivers/scsi/arm/oak.c +++ b/drivers/scsi/arm/oak.c | |||
@@ -17,7 +17,6 @@ | |||
17 | #include "../scsi.h" | 17 | #include "../scsi.h" |
18 | #include <scsi/scsi_host.h> | 18 | #include <scsi/scsi_host.h> |
19 | 19 | ||
20 | #define AUTOSENSE | ||
21 | /*#define PSEUDO_DMA*/ | 20 | /*#define PSEUDO_DMA*/ |
22 | 21 | ||
23 | #define OAKSCSI_PUBLIC_RELEASE 1 | 22 | #define OAKSCSI_PUBLIC_RELEASE 1 |