diff options
author | Paul Bolle <pebolle@tiscali.nl> | 2014-05-24 06:32:53 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2014-05-26 04:39:29 -0400 |
commit | dd37a76c10a254ff6ae14cad5c898fa7c57330ff (patch) | |
tree | 9aff5d365a6204a38694cf4b59825fb014d067c8 /drivers/scsi/aic7xxx | |
parent | 1f154fadb102495747a25b5a64b4f388f941303e (diff) |
aic7xxx: Remove obsolete preprocessor define
Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/scsi/aic7xxx')
-rw-r--r-- | drivers/scsi/aic7xxx/aic7xxx_osm.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/drivers/scsi/aic7xxx/aic7xxx_osm.c b/drivers/scsi/aic7xxx/aic7xxx_osm.c index c0c62583b542..114ff0c6e311 100644 --- a/drivers/scsi/aic7xxx/aic7xxx_osm.c +++ b/drivers/scsi/aic7xxx/aic7xxx_osm.c | |||
@@ -145,16 +145,6 @@ static struct scsi_transport_template *ahc_linux_transport_template = NULL; | |||
145 | #endif | 145 | #endif |
146 | 146 | ||
147 | /* | 147 | /* |
148 | * Control collection of SCSI transfer statistics for the /proc filesystem. | ||
149 | * | ||
150 | * NOTE: Do NOT enable this when running on kernels version 1.2.x and below. | ||
151 | * NOTE: This does affect performance since it has to maintain statistics. | ||
152 | */ | ||
153 | #ifdef CONFIG_AIC7XXX_PROC_STATS | ||
154 | #define AIC7XXX_PROC_STATS | ||
155 | #endif | ||
156 | |||
157 | /* | ||
158 | * To change the default number of tagged transactions allowed per-device, | 148 | * To change the default number of tagged transactions allowed per-device, |
159 | * add a line to the lilo.conf file like: | 149 | * add a line to the lilo.conf file like: |
160 | * append="aic7xxx=verbose,tag_info:{{32,32,32,32},{32,32,32,32}}" | 150 | * append="aic7xxx=verbose,tag_info:{{32,32,32,32},{32,32,32,32}}" |