diff options
Diffstat (limited to 'net/ax25/ax25_uid.c')
| -rw-r--r-- | net/ax25/ax25_uid.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ax25/ax25_uid.c b/net/ax25/ax25_uid.c index b82efa073e75..cea6b7d19729 100644 --- a/net/ax25/ax25_uid.c +++ b/net/ax25/ax25_uid.c @@ -42,7 +42,7 @@ */ static ax25_uid_assoc *ax25_uid_list; -static rwlock_t ax25_uid_lock = RW_LOCK_UNLOCKED; +static DEFINE_RWLOCK(ax25_uid_lock); int ax25_uid_policy = 0; |
