diff options
Diffstat (limited to 'drivers/s390/scsi/zfcp_def.h')
-rw-r--r-- | drivers/s390/scsi/zfcp_def.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/s390/scsi/zfcp_def.h b/drivers/s390/scsi/zfcp_def.h index 1e27ed5d90e0..2715a103e5a8 100644 --- a/drivers/s390/scsi/zfcp_def.h +++ b/drivers/s390/scsi/zfcp_def.h | |||
@@ -485,6 +485,7 @@ struct zfcp_adapter { | |||
485 | struct work_struct scan_work; | 485 | struct work_struct scan_work; |
486 | struct service_level service_level; | 486 | struct service_level service_level; |
487 | atomic_t qdio_outb_full; /* queue full incidents */ | 487 | atomic_t qdio_outb_full; /* queue full incidents */ |
488 | struct workqueue_struct *work_queue; | ||
488 | }; | 489 | }; |
489 | 490 | ||
490 | struct zfcp_port { | 491 | struct zfcp_port { |
@@ -573,7 +574,6 @@ struct zfcp_data { | |||
573 | struct kmem_cache *qtcb_cache; | 574 | struct kmem_cache *qtcb_cache; |
574 | struct kmem_cache *sr_buffer_cache; | 575 | struct kmem_cache *sr_buffer_cache; |
575 | struct kmem_cache *gid_pn_cache; | 576 | struct kmem_cache *gid_pn_cache; |
576 | struct workqueue_struct *work_queue; | ||
577 | }; | 577 | }; |
578 | 578 | ||
579 | /********************** ZFCP SPECIFIC DEFINES ********************************/ | 579 | /********************** ZFCP SPECIFIC DEFINES ********************************/ |