diff options
Diffstat (limited to 'drivers/s390/net/netiucv.c')
-rw-r--r-- | drivers/s390/net/netiucv.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/s390/net/netiucv.c b/drivers/s390/net/netiucv.c index d6e93f15440e..f3d893cfe61d 100644 --- a/drivers/s390/net/netiucv.c +++ b/drivers/s390/net/netiucv.c | |||
@@ -198,8 +198,7 @@ struct iucv_connection { | |||
198 | /** | 198 | /** |
199 | * Linked list of all connection structs. | 199 | * Linked list of all connection structs. |
200 | */ | 200 | */ |
201 | static struct list_head iucv_connection_list = | 201 | static LIST_HEAD(iucv_connection_list); |
202 | LIST_HEAD_INIT(iucv_connection_list); | ||
203 | static DEFINE_RWLOCK(iucv_connection_rwlock); | 202 | static DEFINE_RWLOCK(iucv_connection_rwlock); |
204 | 203 | ||
205 | /** | 204 | /** |