[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
@@ -38,7 +38,7 @@ struct pluto_inquiry {
|
||||
/* This is the max number of outstanding SCSI commands per pluto */
|
||||
#define PLUTO_CAN_QUEUE 254
|
||||
|
||||
int pluto_detect(Scsi_Host_Template *);
|
||||
int pluto_detect(struct scsi_host_template *);
|
||||
int pluto_release(struct Scsi_Host *);
|
||||
const char * pluto_info(struct Scsi_Host *);
|
||||
int pluto_slave_configure(Scsi_Device *);
|
||||
|
Reference in New Issue
Block a user