diff options
Diffstat (limited to 'drivers/scsi/ipr.h')
-rw-r--r-- | drivers/scsi/ipr.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/scsi/ipr.h b/drivers/scsi/ipr.h index 153b8bd91d1e..c8a137f83bb1 100644 --- a/drivers/scsi/ipr.h +++ b/drivers/scsi/ipr.h | |||
@@ -38,8 +38,8 @@ | |||
38 | /* | 38 | /* |
39 | * Literals | 39 | * Literals |
40 | */ | 40 | */ |
41 | #define IPR_DRIVER_VERSION "2.5.3" | 41 | #define IPR_DRIVER_VERSION "2.5.4" |
42 | #define IPR_DRIVER_DATE "(March 10, 2012)" | 42 | #define IPR_DRIVER_DATE "(July 11, 2012)" |
43 | 43 | ||
44 | /* | 44 | /* |
45 | * IPR_MAX_CMD_PER_LUN: This defines the maximum number of outstanding | 45 | * IPR_MAX_CMD_PER_LUN: This defines the maximum number of outstanding |
@@ -1525,6 +1525,7 @@ struct ipr_cmnd { | |||
1525 | struct ata_queued_cmd *qc; | 1525 | struct ata_queued_cmd *qc; |
1526 | struct completion completion; | 1526 | struct completion completion; |
1527 | struct timer_list timer; | 1527 | struct timer_list timer; |
1528 | void (*fast_done) (struct ipr_cmnd *); | ||
1528 | void (*done) (struct ipr_cmnd *); | 1529 | void (*done) (struct ipr_cmnd *); |
1529 | int (*job_step) (struct ipr_cmnd *); | 1530 | int (*job_step) (struct ipr_cmnd *); |
1530 | int (*job_step_failed) (struct ipr_cmnd *); | 1531 | int (*job_step_failed) (struct ipr_cmnd *); |