summaryrefslogtreecommitdiff
path: root/drivers/scsi/wd719x.h
diff options
context:
space:
mode:
authorHannes Reinecke <hare@suse.de>2015-04-29 08:57:34 +0200
committerJames Bottomley <JBottomley@Odin.com>2015-05-31 18:06:28 -0700
commitb84b1d522f979fb53ad347605e24b2940fa2ad99 (patch)
treef3d5066024ecf631a27e4f4a3fe35910f7b25356 /drivers/scsi/wd719x.h
parentf532a3f9c47a88b5a4a0c1186d9030cde0e120d2 (diff)
scsi: Do not set cmd_per_lun to 1 in the host template
'0' is now used as the default cmd_per_lun value, so there's no need to explicitly set it to '1' in the host template. Signed-off-by: Hannes Reinecke <hare@suse.de> Reviewed-by: Christoph Hellwig <hch@lst.de> Signed-off-by: James Bottomley <JBottomley@Odin.com>
Diffstat (limited to 'drivers/scsi/wd719x.h')
-rw-r--r--drivers/scsi/wd719x.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/scsi/wd719x.h b/drivers/scsi/wd719x.h
index 185e30e4eb93..9c6dd45f95f5 100644
--- a/drivers/scsi/wd719x.h
+++ b/drivers/scsi/wd719x.h
@@ -2,8 +2,6 @@
#define _WD719X_H_
#define WD719X_SG 255 /* Scatter/gather size */
-#define WD719X_CMD_PER_LUN 1 /* We should be able to do linked commands, but
- * this is 1 for now to be safe. */
struct wd719x_sglist {
__le32 ptr;