diff options
Diffstat (limited to 'arch/arm/plat-samsung/include')
-rw-r--r-- | arch/arm/plat-samsung/include/plat/pm.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/plat-samsung/include/plat/pm.h b/arch/arm/plat-samsung/include/plat/pm.h index 6bc1a8f471e3..ff6063f0d5ea 100644 --- a/arch/arm/plat-samsung/include/plat/pm.h +++ b/arch/arm/plat-samsung/include/plat/pm.h | |||
@@ -101,8 +101,8 @@ struct pm_uart_save { | |||
101 | /* helper functions to save/restore lists of registers. */ | 101 | /* helper functions to save/restore lists of registers. */ |
102 | 102 | ||
103 | extern void s3c_pm_do_save(struct sleep_save *ptr, int count); | 103 | extern void s3c_pm_do_save(struct sleep_save *ptr, int count); |
104 | extern void s3c_pm_do_restore(struct sleep_save *ptr, int count); | 104 | extern void s3c_pm_do_restore(const struct sleep_save *ptr, int count); |
105 | extern void s3c_pm_do_restore_core(struct sleep_save *ptr, int count); | 105 | extern void s3c_pm_do_restore_core(const struct sleep_save *ptr, int count); |
106 | 106 | ||
107 | #ifdef CONFIG_SAMSUNG_PM | 107 | #ifdef CONFIG_SAMSUNG_PM |
108 | extern int s3c_irq_wake(struct irq_data *data, unsigned int state); | 108 | extern int s3c_irq_wake(struct irq_data *data, unsigned int state); |