Commit bfac0d0b authored by Thomas Gleixner's avatar Thomas Gleixner Committed by Jeff Garzik

s390: netiucv spinlock initializer cleanup

spinlock initializer cleanup in netiucv.c
Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
Signed-off-by: default avatarFrank Pavlic <fpavlic@de.ibm.com>
Signed-off-by: default avatarJeff Garzik <jeff@garzik.org>
parent 651bbc62
......@@ -212,7 +212,7 @@ struct iucv_connection {
*/
static struct list_head iucv_connection_list =
LIST_HEAD_INIT(iucv_connection_list);
static rwlock_t iucv_connection_rwlock = RW_LOCK_UNLOCKED;
static DEFINE_RWLOCK(iucv_connection_rwlock);
/**
* Representation of event-data for the
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment