[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>
This commit is contained in:
parent
c127828936
commit
de77aaff5f
5 changed files with 2 additions and 11 deletions
|
@ -2212,7 +2212,7 @@ static s32 adpt_scsi_register(adpt_hba* pHba,struct scsi_host_template * sht)
|
||||||
*/
|
*/
|
||||||
host->io_port = 0;
|
host->io_port = 0;
|
||||||
host->n_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_id = 16;
|
||||||
host->max_lun = 256;
|
host->max_lun = 256;
|
||||||
host->max_channel = pHba->top_scsi_channel + 1;
|
host->max_channel = pHba->top_scsi_channel + 1;
|
||||||
|
|
|
@ -44,7 +44,7 @@ static int adpt_device_reset(struct scsi_cmnd* cmd);
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* struct scsi_host_template (see hosts.h)
|
* struct scsi_host_template (see scsi/scsi_host.h)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define DPT_DRIVER_NAME "Adaptec I2O RAID"
|
#define DPT_DRIVER_NAME "Adaptec I2O RAID"
|
||||||
|
|
|
@ -1,2 +0,0 @@
|
||||||
#warning "This file is obsolete, please use <scsi/scsi_host.h> instead"
|
|
||||||
#include <scsi/scsi_host.h>
|
|
|
@ -182,14 +182,8 @@
|
||||||
#include <linux/dma-mapping.h>
|
#include <linux/dma-mapping.h>
|
||||||
|
|
||||||
#include <scsi/sg.h>
|
#include <scsi/sg.h>
|
||||||
|
|
||||||
#include "scsi.h"
|
#include "scsi.h"
|
||||||
|
|
||||||
#if LINUX_VERSION_CODE <= KERNEL_VERSION(2,5,0)
|
|
||||||
#include "hosts.h"
|
|
||||||
#else
|
|
||||||
#include <scsi/scsi_host.h>
|
#include <scsi/scsi_host.h>
|
||||||
#endif
|
|
||||||
|
|
||||||
#include "ips.h"
|
#include "ips.h"
|
||||||
|
|
||||||
|
|
|
@ -80,7 +80,6 @@ static int free_ports = 0;
|
||||||
module_param(free_ports, bool, 0);
|
module_param(free_ports, bool, 0);
|
||||||
MODULE_PARM_DESC(free_ports, "Release IO ports after configuration? (default: 0 (=no))");
|
MODULE_PARM_DESC(free_ports, "Release IO ports after configuration? (default: 0 (=no))");
|
||||||
|
|
||||||
/* /usr/src/linux/drivers/scsi/hosts.h */
|
|
||||||
static struct scsi_host_template nsp_driver_template = {
|
static struct scsi_host_template nsp_driver_template = {
|
||||||
.proc_name = "nsp_cs",
|
.proc_name = "nsp_cs",
|
||||||
.proc_info = nsp_proc_info,
|
.proc_info = nsp_proc_info,
|
||||||
|
|
Loading…
Add table
Reference in a new issue