diff options
Diffstat (limited to 'kernel')
| -rw-r--r-- | kernel/power/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/power/main.c b/kernel/power/main.c index 7d09a98949..fb2412e7a0 100644 --- a/kernel/power/main.c +++ b/kernel/power/main.c | |||
| @@ -32,7 +32,7 @@ DEFINE_MUTEX(pm_mutex); | |||
| 32 | /* This is just an arbitrary number */ | 32 | /* This is just an arbitrary number */ |
| 33 | #define FREE_PAGE_NUMBER (100) | 33 | #define FREE_PAGE_NUMBER (100) |
| 34 | 34 | ||
| 35 | struct platform_suspend_ops *suspend_ops; | 35 | static struct platform_suspend_ops *suspend_ops; |
| 36 | 36 | ||
| 37 | /** | 37 | /** |
| 38 | * suspend_set_ops - Set the global suspend method table. | 38 | * suspend_set_ops - Set the global suspend method table. |
