diff options
Diffstat (limited to 'arch/arm/plat-samsung/pm.c')
-rw-r--r-- | arch/arm/plat-samsung/pm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/plat-samsung/pm.c b/arch/arm/plat-samsung/pm.c index 69d6b040a019..5fa1742d019b 100644 --- a/arch/arm/plat-samsung/pm.c +++ b/arch/arm/plat-samsung/pm.c | |||
@@ -232,7 +232,7 @@ static void __maybe_unused s3c_pm_show_resume_irqs(int start, | |||
232 | 232 | ||
233 | 233 | ||
234 | void (*pm_cpu_prep)(void); | 234 | void (*pm_cpu_prep)(void); |
235 | void (*pm_cpu_sleep)(unsigned long); | 235 | int (*pm_cpu_sleep)(unsigned long); |
236 | 236 | ||
237 | #define any_allowed(mask, allow) (((mask) & (allow)) != (allow)) | 237 | #define any_allowed(mask, allow) (((mask) & (allow)) != (allow)) |
238 | 238 | ||