aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/pcmcia
diff options
context:
space:
mode:
authorHenne <henne@nachtwindheim.de>2006-10-04 04:22:09 -0400
committerJames Bottomley <jejb@mulgrave.il.steeleye.com>2006-10-04 14:10:52 -0400
commitde77aaff5f0178f44867f131deb5e2cb1610fe6b (patch)
tree85d59cf0906eb420b03bf9625a3305cb4e9285fd /drivers/scsi/pcmcia
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/pcmcia')
-rw-r--r--drivers/scsi/pcmcia/nsp_cs.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/scsi/pcmcia/nsp_cs.c b/drivers/scsi/pcmcia/nsp_cs.c
index 0d4c04e1f3de..053303d36118 100644
--- a/drivers/scsi/pcmcia/nsp_cs.c
+++ b/drivers/scsi/pcmcia/nsp_cs.c
@@ -80,7 +80,6 @@ static int free_ports = 0;
80module_param(free_ports, bool, 0); 80module_param(free_ports, bool, 0);
81MODULE_PARM_DESC(free_ports, "Release IO ports after configuration? (default: 0 (=no))"); 81MODULE_PARM_DESC(free_ports, "Release IO ports after configuration? (default: 0 (=no))");
82 82
83/* /usr/src/linux/drivers/scsi/hosts.h */
84static struct scsi_host_template nsp_driver_template = { 83static struct scsi_host_template nsp_driver_template = {
85 .proc_name = "nsp_cs", 84 .proc_name = "nsp_cs",
86 .proc_info = nsp_proc_info, 85 .proc_info = nsp_proc_info,