summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/dpt_i2o.c
diff options
context:
space:
mode:
authorHenne2006-10-04 10:22:09 +0200
committerJames Bottomley2006-10-04 20:10:52 +0200
commitde77aaff5f0178f44867f131deb5e2cb1610fe6b (patch)
tree85d59cf0906eb420b03bf9625a3305cb4e9285fd /drivers/scsi/dpt_i2o.c
parent[SCSI] scsi: Scsi_Cmnd convertion in aic7xxx_old.c (diff)
downloadkernel-qcow2-linux-de77aaff5f0178f44867f131deb5e2cb1610fe6b.tar.gz
kernel-qcow2-linux-de77aaff5f0178f44867f131deb5e2cb1610fe6b.tar.xz
kernel-qcow2-linux-de77aaff5f0178f44867f131deb5e2cb1610fe6b.zip
[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 7b3bd34faf47..b20b37661d6f 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;