diff options
author | Henrik Kretzschmar <henne@nachtwindheim.de> | 2006-09-15 12:50:34 -0400 |
---|---|---|
committer | James Bottomley <jejb@mulgrave.il.steeleye.com> | 2006-09-26 12:23:17 -0400 |
commit | d7694f8c0bb61829b1bd4d5543a51c66f04a6c3e (patch) | |
tree | 465aa9f213226af84f08ad3ca2bb6ed50fdc1436 /drivers/scsi/Kconfig | |
parent | 15d1f53fc7654d62af7e9b23049ae3b71f5b161c (diff) |
[SCSI] seagate: remove header and convert to struct scsi_cmnd
Signed-off-by: Henrik Kretzschmar <henne@nachtwindheim.de>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'drivers/scsi/Kconfig')
-rw-r--r-- | drivers/scsi/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/scsi/Kconfig b/drivers/scsi/Kconfig index c4dfcc91ddda..d76c86979134 100644 --- a/drivers/scsi/Kconfig +++ b/drivers/scsi/Kconfig | |||
@@ -1260,8 +1260,8 @@ config SCSI_SEAGATE | |||
1260 | These are 8-bit SCSI controllers; the ST-01 is also supported by | 1260 | These are 8-bit SCSI controllers; the ST-01 is also supported by |
1261 | this driver. It is explained in section 3.9 of the SCSI-HOWTO, | 1261 | this driver. It is explained in section 3.9 of the SCSI-HOWTO, |
1262 | available from <http://www.tldp.org/docs.html#howto>. If it | 1262 | available from <http://www.tldp.org/docs.html#howto>. If it |
1263 | doesn't work out of the box, you may have to change some settings in | 1263 | doesn't work out of the box, you may have to change some macros at |
1264 | <file:drivers/scsi/seagate.h>. | 1264 | compiletime, which are described in <file:drivers/scsi/seagate.c>. |
1265 | 1265 | ||
1266 | To compile this driver as a module, choose M here: the | 1266 | To compile this driver as a module, choose M here: the |
1267 | module will be called seagate. | 1267 | module will be called seagate. |