diff options
Diffstat (limited to 'arch/arm/mach-exynos/common.h')
-rw-r--r-- | arch/arm/mach-exynos/common.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/mach-exynos/common.h b/arch/arm/mach-exynos/common.h index f76967b1c551..82e08fb83eae 100644 --- a/arch/arm/mach-exynos/common.h +++ b/arch/arm/mach-exynos/common.h | |||
@@ -27,6 +27,12 @@ void exynos_init_late(void); | |||
27 | 27 | ||
28 | void exynos_firmware_init(void); | 28 | void exynos_firmware_init(void); |
29 | 29 | ||
30 | #ifdef CONFIG_PM_SLEEP | ||
31 | extern void __init exynos_pm_init(void); | ||
32 | #else | ||
33 | static inline void exynos_pm_init(void) {} | ||
34 | #endif | ||
35 | |||
30 | extern struct smp_operations exynos_smp_ops; | 36 | extern struct smp_operations exynos_smp_ops; |
31 | 37 | ||
32 | extern void exynos_cpu_die(unsigned int cpu); | 38 | extern void exynos_cpu_die(unsigned int cpu); |