summaryrefslogtreecommitdiff
path: root/drivers/scsi/dpt_i2o.c
diff options
context:
space:
mode:
authorHenne <henne@nachtwindheim.de>2006-10-04 10:22:09 +0200
committerJames Bottomley <jejb@mulgrave.il.steeleye.com>2006-10-04 13:10:52 -0500
commitde77aaff5f0178f44867f131deb5e2cb1610fe6b (patch)
tree85d59cf0906eb420b03bf9625a3305cb4e9285fd /drivers/scsi/dpt_i2o.c
parentc1278289363d9976c81b3b2512621fe152280e82 (diff)
[SCSI] scsi: remove hosts.h
Remove the obsolete hosts.h file under drivers/scsi. Signed-off-by: Henrik Kretzschmar <henne@nachtwindheim.de> Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'drivers/scsi/dpt_i2o.c')
-rw-r--r--drivers/scsi/dpt_i2o.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/dpt_i2o.c b/drivers/scsi/dpt_i2o.c
index 7b3bd34faf4..b20b37661d6 100644
--- a/drivers/scsi/dpt_i2o.c
+++ b/drivers/scsi/dpt_i2o.c
@@ -2212,7 +2212,7 @@ static s32 adpt_scsi_register(adpt_hba* pHba,struct scsi_host_template * sht)
*/
host->io_port = 0;
host->n_io_port = 0;
- /* see comments in hosts.h */
+ /* see comments in scsi_host.h */
host->max_id = 16;
host->max_lun = 256;
host->max_channel = pHba->top_scsi_channel + 1;