diff options
Diffstat (limited to 'drivers/s390/scsi/zfcp_aux.c')
-rw-r--r-- | drivers/s390/scsi/zfcp_aux.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/s390/scsi/zfcp_aux.c b/drivers/s390/scsi/zfcp_aux.c index b9984648aca6..05f3de64f6a3 100644 --- a/drivers/s390/scsi/zfcp_aux.c +++ b/drivers/s390/scsi/zfcp_aux.c | |||
@@ -168,6 +168,8 @@ static int __init zfcp_module_init(void) | |||
168 | if (!zfcp_data.gid_pn_cache) | 168 | if (!zfcp_data.gid_pn_cache) |
169 | goto out_gid_cache; | 169 | goto out_gid_cache; |
170 | 170 | ||
171 | zfcp_data.work_queue = create_singlethread_workqueue("zfcp_wq"); | ||
172 | |||
171 | INIT_LIST_HEAD(&zfcp_data.adapter_list_head); | 173 | INIT_LIST_HEAD(&zfcp_data.adapter_list_head); |
172 | sema_init(&zfcp_data.config_sema, 1); | 174 | sema_init(&zfcp_data.config_sema, 1); |
173 | rwlock_init(&zfcp_data.config_lock); | 175 | rwlock_init(&zfcp_data.config_lock); |