aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/mac_scsi.h
diff options
context:
space:
mode:
authorFinn Thain <fthain@telegraphics.com.au>2014-11-12 16:12:00 +1100
committerChristoph Hellwig <hch@lst.de>2014-11-20 09:11:09 +0100
commitd572f65fdf78a6dcb55b86ad8684f88830bf2e08 (patch)
treec2a690e481eabd36133589b0bd26d16e640dcf3a /drivers/scsi/mac_scsi.h
parentncr5380: Move static PDMA spin counters to host data (diff)
downloadlinux-dev-d572f65fdf78a6dcb55b86ad8684f88830bf2e08.tar.xz
linux-dev-d572f65fdf78a6dcb55b86ad8684f88830bf2e08.zip
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/mac_scsi.h')
-rw-r--r--drivers/scsi/mac_scsi.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/drivers/scsi/mac_scsi.h b/drivers/scsi/mac_scsi.h
index 66b34dbdc0d0..4eed4a75160b 100644
--- a/drivers/scsi/mac_scsi.h
+++ b/drivers/scsi/mac_scsi.h
@@ -17,22 +17,6 @@
#ifndef ASM
-#ifndef CMD_PER_LUN
-#define CMD_PER_LUN 2
-#endif
-
-#ifndef CAN_QUEUE
-#define CAN_QUEUE 16
-#endif
-
-#ifndef SG_TABLESIZE
-#define SG_TABLESIZE SG_NONE
-#endif
-
-#ifndef USE_TAGGED_QUEUING
-#define USE_TAGGED_QUEUING 0
-#endif
-
#include <scsi/scsicam.h>
#define NCR5380_implementation_fields /* none */