[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>

authored by Henne and committed by James Bottomley de77aaff c1278289

+2 -11
+1 -1
drivers/scsi/dpt_i2o.c
··· 2212 */ 2213 host->io_port = 0; 2214 host->n_io_port = 0; 2215 - /* see comments in hosts.h */ 2216 host->max_id = 16; 2217 host->max_lun = 256; 2218 host->max_channel = pHba->top_scsi_channel + 1;
··· 2212 */ 2213 host->io_port = 0; 2214 host->n_io_port = 0; 2215 + /* see comments in scsi_host.h */ 2216 host->max_id = 16; 2217 host->max_lun = 256; 2218 host->max_channel = pHba->top_scsi_channel + 1;
+1 -1
drivers/scsi/dpti.h
··· 44 45 46 /* 47 - * struct scsi_host_template (see hosts.h) 48 */ 49 50 #define DPT_DRIVER_NAME "Adaptec I2O RAID"
··· 44 45 46 /* 47 + * struct scsi_host_template (see scsi/scsi_host.h) 48 */ 49 50 #define DPT_DRIVER_NAME "Adaptec I2O RAID"
-2
drivers/scsi/hosts.h
··· 1 - #warning "This file is obsolete, please use <scsi/scsi_host.h> instead" 2 - #include <scsi/scsi_host.h>
···
-6
drivers/scsi/ips.c
··· 182 #include <linux/dma-mapping.h> 183 184 #include <scsi/sg.h> 185 - 186 #include "scsi.h" 187 - 188 - #if LINUX_VERSION_CODE <= KERNEL_VERSION(2,5,0) 189 - #include "hosts.h" 190 - #else 191 #include <scsi/scsi_host.h> 192 - #endif 193 194 #include "ips.h" 195
··· 182 #include <linux/dma-mapping.h> 183 184 #include <scsi/sg.h> 185 #include "scsi.h" 186 #include <scsi/scsi_host.h> 187 188 #include "ips.h" 189
-1
drivers/scsi/pcmcia/nsp_cs.c
··· 80 module_param(free_ports, bool, 0); 81 MODULE_PARM_DESC(free_ports, "Release IO ports after configuration? (default: 0 (=no))"); 82 83 - /* /usr/src/linux/drivers/scsi/hosts.h */ 84 static struct scsi_host_template nsp_driver_template = { 85 .proc_name = "nsp_cs", 86 .proc_info = nsp_proc_info,
··· 80 module_param(free_ports, bool, 0); 81 MODULE_PARM_DESC(free_ports, "Release IO ports after configuration? (default: 0 (=no))"); 82 83 static struct scsi_host_template nsp_driver_template = { 84 .proc_name = "nsp_cs", 85 .proc_info = nsp_proc_info,