diff --git a/[refs] b/[refs] index 380c1d2e8b85..d73e2d557612 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 462e1e1bc879d10d7c2ce96a1b1001edaaa815ba +refs/heads/master: 466cab878ef98a0618734a1fa64a02e5fbf90867 diff --git a/trunk/include/linux/lglock.h b/trunk/include/linux/lglock.h index 45eff71de887..8f974517c48a 100644 --- a/trunk/include/linux/lglock.h +++ b/trunk/include/linux/lglock.h @@ -49,7 +49,7 @@ struct lglock { }; #define DEFINE_LGLOCK(name) \ - DEFINE_PER_CPU(arch_spinlock_t, name ## _lock) \ + static DEFINE_PER_CPU(arch_spinlock_t, name ## _lock) \ = __ARCH_SPIN_LOCK_UNLOCKED; \ struct lglock name = { .lock = &name ## _lock }