diff options
Diffstat (limited to 'drivers/s390')
-rw-r--r-- | drivers/s390/net/netiucv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/s390/net/netiucv.c b/drivers/s390/net/netiucv.c index 648ee132cda4..5303aea6f4d3 100644 --- a/drivers/s390/net/netiucv.c +++ b/drivers/s390/net/netiucv.c | |||
@@ -212,7 +212,7 @@ struct iucv_connection { | |||
212 | */ | 212 | */ |
213 | static struct list_head iucv_connection_list = | 213 | static struct list_head iucv_connection_list = |
214 | LIST_HEAD_INIT(iucv_connection_list); | 214 | LIST_HEAD_INIT(iucv_connection_list); |
215 | static rwlock_t iucv_connection_rwlock = RW_LOCK_UNLOCKED; | 215 | static DEFINE_RWLOCK(iucv_connection_rwlock); |
216 | 216 | ||
217 | /** | 217 | /** |
218 | * Representation of event-data for the | 218 | * Representation of event-data for the |