diff options
Diffstat (limited to 'kernel/pm.c')
-rw-r--r-- | kernel/pm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/pm.c b/kernel/pm.c index 0f3984bea..eb7c6f615 100644 --- a/kernel/pm.c +++ b/kernel/pm.c @@ -23,7 +23,7 @@ #include <linux/slab.h> #include <linux/pm.h> -int pm_active = 0; +int pm_active; static spinlock_t pm_devs_lock = SPIN_LOCK_UNLOCKED; static LIST_HEAD(pm_devs); |