diff options
Diffstat (limited to 'drivers/s390/scsi/zfcp_def.h')
-rw-r--r-- | drivers/s390/scsi/zfcp_def.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/s390/scsi/zfcp_def.h b/drivers/s390/scsi/zfcp_def.h index 86a8725430a4..cb3640c6477c 100644 --- a/drivers/s390/scsi/zfcp_def.h +++ b/drivers/s390/scsi/zfcp_def.h | |||
@@ -37,6 +37,7 @@ | |||
37 | #include <asm/ebcdic.h> | 37 | #include <asm/ebcdic.h> |
38 | #include <asm/sysinfo.h> | 38 | #include <asm/sysinfo.h> |
39 | #include "zfcp_fsf.h" | 39 | #include "zfcp_fsf.h" |
40 | #include "zfcp_fc.h" | ||
40 | #include "zfcp_qdio.h" | 41 | #include "zfcp_qdio.h" |
41 | 42 | ||
42 | struct zfcp_reqlist; | 43 | struct zfcp_reqlist; |
@@ -190,6 +191,7 @@ struct zfcp_adapter { | |||
190 | struct service_level service_level; | 191 | struct service_level service_level; |
191 | struct workqueue_struct *work_queue; | 192 | struct workqueue_struct *work_queue; |
192 | struct device_dma_parameters dma_parms; | 193 | struct device_dma_parameters dma_parms; |
194 | struct zfcp_fc_events events; | ||
193 | }; | 195 | }; |
194 | 196 | ||
195 | struct zfcp_port { | 197 | struct zfcp_port { |