diff options
author | Hannes Reinecke <hare@suse.de> | 2014-06-03 04:58:52 -0400 |
---|---|---|
committer | Christoph Hellwig <hch@lst.de> | 2014-07-17 16:07:35 -0400 |
commit | c309b35171ddb5384cc3f2f9dc82a96dccc6b7f6 (patch) | |
tree | aba0cbc1979ee6e7104809b9cc80a04eb5defb08 /drivers/scsi/ncr53c8xx.h | |
parent | cc833acbee9db5ca8c6162b015b4c93863c6f821 (diff) |
scsi: Remove CONFIG_SCSI_MULTI_LUN
Obsolete; either use 'max_lun' if the host supports only a
limited number of LUNs or BLIST_NOLUN if the target has
problems addressing more than one LUN.
Signed-off-by: Hannes Reinecke <hare@suse.de>
Reviewed-by: Ewan Milne <emilne@redhat.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Diffstat (limited to 'drivers/scsi/ncr53c8xx.h')
-rw-r--r-- | drivers/scsi/ncr53c8xx.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/scsi/ncr53c8xx.h b/drivers/scsi/ncr53c8xx.h index 0e008dacf679..02901c54b08b 100644 --- a/drivers/scsi/ncr53c8xx.h +++ b/drivers/scsi/ncr53c8xx.h | |||
@@ -264,11 +264,7 @@ | |||
264 | #define SCSI_NCR_SG_TABLESIZE (SCSI_NCR_MAX_SCATTER) | 264 | #define SCSI_NCR_SG_TABLESIZE (SCSI_NCR_MAX_SCATTER) |
265 | #define SCSI_NCR_TIMER_INTERVAL (HZ) | 265 | #define SCSI_NCR_TIMER_INTERVAL (HZ) |
266 | 266 | ||
267 | #if 1 /* defined CONFIG_SCSI_MULTI_LUN */ | ||
268 | #define SCSI_NCR_MAX_LUN (16) | 267 | #define SCSI_NCR_MAX_LUN (16) |
269 | #else | ||
270 | #define SCSI_NCR_MAX_LUN (1) | ||
271 | #endif | ||
272 | 268 | ||
273 | /* | 269 | /* |
274 | * IO functions definition for big/little endian CPU support. | 270 | * IO functions definition for big/little endian CPU support. |