diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2007-06-20 07:02:55 -0400 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2007-06-20 19:12:42 -0400 |
commit | bfac0d0b6c6e20933b46f53a964c130f2f2bfa85 (patch) | |
tree | e5da1131c280ad6e99ce2aa0b948919a54d8edea | |
parent | 651bbc6224a95eb5bf0ccf6ecd61fc244b38d1f5 (diff) |
s390: netiucv spinlock initializer cleanup
spinlock initializer cleanup in netiucv.c
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Frank Pavlic <fpavlic@de.ibm.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
-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 |