[SCSI] remove Scsi_Host_Template typedef
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
This commit is contained in:
committed by
James Bottomley
parent
c0ed79a331
commit
d0be4a7d29
@ -2971,7 +2971,7 @@ int acornscsi_proc_info(struct Scsi_Host *instance, char *buffer, char **start,
|
||||
return pos;
|
||||
}
|
||||
|
||||
static Scsi_Host_Template acornscsi_template = {
|
||||
static struct scsi_host_template acornscsi_template = {
|
||||
.module = THIS_MODULE,
|
||||
.proc_info = acornscsi_proc_info,
|
||||
.name = "AcornSCSI",
|
||||
|
Reference in New Issue
Block a user