diff options
author | Milind Arun Choudhary <milindchoudhary@gmail.com> | 2007-04-26 01:37:44 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2007-04-26 01:37:44 -0700 |
commit | 4ef8d0aeafda8388dd51f2671b7059192b1e5a5f (patch) | |
tree | 47886cdc9f20fb601bdace40a037335ceaa404cb /net/ipv6/mip6.c | |
parent | 1c8ea5aee0b16409295d96a5e8984bd902f06a77 (diff) | |
download | linux-3.10-4ef8d0aeafda8388dd51f2671b7059192b1e5a5f.tar.gz linux-3.10-4ef8d0aeafda8388dd51f2671b7059192b1e5a5f.tar.bz2 linux-3.10-4ef8d0aeafda8388dd51f2671b7059192b1e5a5f.zip |
[NET]: SPIN_LOCK_UNLOCKED cleanup in drivers/atm, net
SPIN_LOCK_UNLOCKED cleanup,use __SPIN_LOCK_UNLOCKED instead
Signed-off-by: Milind Arun Choudhary <milindchoudhary@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv6/mip6.c')
-rw-r--r-- | net/ipv6/mip6.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv6/mip6.c b/net/ipv6/mip6.c index 6ed763ee678..13b7160fb89 100644 --- a/net/ipv6/mip6.c +++ b/net/ipv6/mip6.c @@ -125,7 +125,7 @@ struct mip6_report_rate_limiter { }; static struct mip6_report_rate_limiter mip6_report_rl = { - .lock = SPIN_LOCK_UNLOCKED + .lock = __SPIN_LOCK_UNLOCKED(mip6_report_rl.lock) }; static int mip6_destopt_input(struct xfrm_state *x, struct sk_buff *skb) |