diff options
author | Finn Thain <fthain@telegraphics.com.au> | 2014-11-12 00:12:00 -0500 |
---|---|---|
committer | Christoph Hellwig <hch@lst.de> | 2014-11-20 03:11:09 -0500 |
commit | d572f65fdf78a6dcb55b86ad8684f88830bf2e08 (patch) | |
tree | c2a690e481eabd36133589b0bd26d16e640dcf3a /drivers/scsi/sun3_scsi.h | |
parent | a9c2dc43c14cc9e9333d451bc4db8a827a695332 (diff) |
ncr5380: Remove pointless compiler command line override macros
Compile-time override of scsi host defaults is pointless for drivers that
provide module parameters and __setup options for that. Too many macros make
the code hard to read so remove them.
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/sun3_scsi.h')
-rw-r--r-- | drivers/scsi/sun3_scsi.h | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/drivers/scsi/sun3_scsi.h b/drivers/scsi/sun3_scsi.h index 3b8a05ca3625..d616c9539cec 100644 --- a/drivers/scsi/sun3_scsi.h +++ b/drivers/scsi/sun3_scsi.h | |||
@@ -31,25 +31,7 @@ | |||
31 | 31 | ||
32 | #define IOBASE_SUN3_VMESCSI 0xff200000 | 32 | #define IOBASE_SUN3_VMESCSI 0xff200000 |
33 | 33 | ||
34 | #ifndef CMD_PER_LUN | ||
35 | #define CMD_PER_LUN 2 | ||
36 | #endif | ||
37 | |||
38 | #ifndef CAN_QUEUE | ||
39 | #define CAN_QUEUE 16 | ||
40 | #endif | ||
41 | |||
42 | #ifndef SG_TABLESIZE | ||
43 | #define SG_TABLESIZE SG_NONE | ||
44 | #endif | ||
45 | |||
46 | #ifndef MAX_TAGS | ||
47 | #define MAX_TAGS 32 | 34 | #define MAX_TAGS 32 |
48 | #endif | ||
49 | |||
50 | #ifndef USE_TAGGED_QUEUING | ||
51 | #define USE_TAGGED_QUEUING 1 | ||
52 | #endif | ||
53 | 35 | ||
54 | #include <scsi/scsicam.h> | 36 | #include <scsi/scsicam.h> |
55 | 37 | ||