diff options
Diffstat (limited to 'include/linux/suspend.h')
-rw-r--r-- | include/linux/suspend.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/linux/suspend.h b/include/linux/suspend.h index 96e31aa64cc7..6e8a06c950f4 100644 --- a/include/linux/suspend.h +++ b/include/linux/suspend.h | |||
@@ -57,14 +57,6 @@ static inline int software_suspend(void) | |||
57 | } | 57 | } |
58 | #endif /* CONFIG_PM */ | 58 | #endif /* CONFIG_PM */ |
59 | 59 | ||
60 | #ifdef CONFIG_SUSPEND_SMP | ||
61 | extern void disable_nonboot_cpus(void); | ||
62 | extern void enable_nonboot_cpus(void); | ||
63 | #else | ||
64 | static inline void disable_nonboot_cpus(void) {} | ||
65 | static inline void enable_nonboot_cpus(void) {} | ||
66 | #endif | ||
67 | |||
68 | void save_processor_state(void); | 60 | void save_processor_state(void); |
69 | void restore_processor_state(void); | 61 | void restore_processor_state(void); |
70 | struct saved_context; | 62 | struct saved_context; |