diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/suspend.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/suspend.h b/include/linux/suspend.h index 541f0c46d34f..dee416c5477f 100644 --- a/include/linux/suspend.h +++ b/include/linux/suspend.h | |||
@@ -79,8 +79,6 @@ struct platform_suspend_ops { | |||
79 | }; | 79 | }; |
80 | 80 | ||
81 | #ifdef CONFIG_SUSPEND | 81 | #ifdef CONFIG_SUSPEND |
82 | extern struct platform_suspend_ops *suspend_ops; | ||
83 | |||
84 | /** | 82 | /** |
85 | * suspend_set_ops - set platform dependent suspend operations | 83 | * suspend_set_ops - set platform dependent suspend operations |
86 | * @ops: The new suspend operations to set. | 84 | * @ops: The new suspend operations to set. |