diff options
Diffstat (limited to 'drivers/scsi/dpti.h')
| -rw-r--r-- | drivers/scsi/dpti.h | 3 | 
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/scsi/dpti.h b/drivers/scsi/dpti.h index 337746d4604..aeb046186c8 100644 --- a/drivers/scsi/dpti.h +++ b/drivers/scsi/dpti.h @@ -29,7 +29,7 @@   */  static int adpt_detect(struct scsi_host_template * sht); -static int adpt_queue(struct scsi_cmnd * cmd, void (*cmdcomplete) (struct scsi_cmnd *)); +static int adpt_queue(struct Scsi_Host *h, struct scsi_cmnd * cmd);  static int adpt_abort(struct scsi_cmnd * cmd);  static int adpt_reset(struct scsi_cmnd* cmd);  static int adpt_release(struct Scsi_Host *host); @@ -202,7 +202,6 @@ struct adpt_channel {  // HBA state flags  #define DPTI_STATE_RESET	(0x01) -#define DPTI_STATE_IOCTL	(0x02)  typedef struct _adpt_hba {  	struct _adpt_hba *next;  | 
