diff options
author | Milind Arun Choudhary <milindchoudhary@gmail.com> | 2007-04-26 04:37:44 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2007-04-26 04:37:44 -0400 |
commit | 4ef8d0aeafda8388dd51f2671b7059192b1e5a5f (patch) | |
tree | 47886cdc9f20fb601bdace40a037335ceaa404cb /net/atm/lec.c | |
parent | 1c8ea5aee0b16409295d96a5e8984bd902f06a77 (diff) |
[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/atm/lec.c')
-rw-r--r-- | net/atm/lec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/atm/lec.c b/net/atm/lec.c index 6d63afa5764d..4dc5f2b8c43c 100644 --- a/net/atm/lec.c +++ b/net/atm/lec.c | |||
@@ -630,7 +630,7 @@ static struct atm_dev lecatm_dev = { | |||
630 | .ops = &lecdev_ops, | 630 | .ops = &lecdev_ops, |
631 | .type = "lec", | 631 | .type = "lec", |
632 | .number = 999, /* dummy device number */ | 632 | .number = 999, /* dummy device number */ |
633 | .lock = SPIN_LOCK_UNLOCKED | 633 | .lock = __SPIN_LOCK_UNLOCKED(lecatm_dev.lock) |
634 | }; | 634 | }; |
635 | 635 | ||
636 | /* | 636 | /* |