diff options
Diffstat (limited to 'drivers/scsi/hpsa.h')
| -rw-r--r-- | drivers/scsi/hpsa.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/scsi/hpsa.h b/drivers/scsi/hpsa.h index 62c50c32070e..657713050349 100644 --- a/drivers/scsi/hpsa.h +++ b/drivers/scsi/hpsa.h | |||
| @@ -207,6 +207,7 @@ struct ctlr_info { | |||
| 207 | atomic_t firmware_flash_in_progress; | 207 | atomic_t firmware_flash_in_progress; |
| 208 | u32 __percpu *lockup_detected; | 208 | u32 __percpu *lockup_detected; |
| 209 | struct delayed_work monitor_ctlr_work; | 209 | struct delayed_work monitor_ctlr_work; |
| 210 | struct delayed_work rescan_ctlr_work; | ||
| 210 | int remove_in_progress; | 211 | int remove_in_progress; |
| 211 | /* Address of h->q[x] is passed to intr handler to know which queue */ | 212 | /* Address of h->q[x] is passed to intr handler to know which queue */ |
| 212 | u8 q[MAX_REPLY_QUEUES]; | 213 | u8 q[MAX_REPLY_QUEUES]; |
| @@ -251,6 +252,7 @@ struct ctlr_info { | |||
| 251 | int acciopath_status; | 252 | int acciopath_status; |
| 252 | int raid_offload_debug; | 253 | int raid_offload_debug; |
| 253 | struct workqueue_struct *resubmit_wq; | 254 | struct workqueue_struct *resubmit_wq; |
| 255 | struct workqueue_struct *rescan_ctlr_wq; | ||
| 254 | }; | 256 | }; |
| 255 | 257 | ||
| 256 | struct offline_device_entry { | 258 | struct offline_device_entry { |
