aboutsummaryrefslogtreecommitdiffstats
path: root/net/atm/lec.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/atm/lec.c')
-rw-r--r--net/atm/lec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/atm/lec.c b/net/atm/lec.c
index 6d63afa5764..4dc5f2b8c43 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/*