diff options
Diffstat (limited to 'include/scsi/scsi_device.h')
-rw-r--r-- | include/scsi/scsi_device.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/scsi/scsi_device.h b/include/scsi/scsi_device.h index 3f566af3f101..1f3a4c8044c0 100644 --- a/include/scsi/scsi_device.h +++ b/include/scsi/scsi_device.h | |||
@@ -191,6 +191,8 @@ struct scsi_device_handler { | |||
191 | 191 | ||
192 | struct scsi_dh_data { | 192 | struct scsi_dh_data { |
193 | struct scsi_device_handler *scsi_dh; | 193 | struct scsi_device_handler *scsi_dh; |
194 | struct scsi_device *sdev; | ||
195 | struct kref kref; | ||
194 | char buf[0]; | 196 | char buf[0]; |
195 | }; | 197 | }; |
196 | 198 | ||