aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/aha1740.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/aha1740.h
parenthpsa: change driver version (diff)
downloadlinux-dev-b84b1d522f979fb53ad347605e24b2940fa2ad99.tar.xz
linux-dev-b84b1d522f979fb53ad347605e24b2940fa2ad99.zip
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/aha1740.h')
-rw-r--r--drivers/scsi/aha1740.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/scsi/aha1740.h b/drivers/scsi/aha1740.h
index af23fd6bd795..b0c5603461ca 100644
--- a/drivers/scsi/aha1740.h
+++ b/drivers/scsi/aha1740.h
@@ -149,6 +149,5 @@ struct ecb { /* Enhanced Control Block 6.1 */
#define AHA1740_ECBS 32
#define AHA1740_SCATTER 16
-#define AHA1740_CMDLUN 1
#endif