aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc')
-rw-r--r--arch/powerpc/platforms/83xx/suspend.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/powerpc/platforms/83xx/suspend.c b/arch/powerpc/platforms/83xx/suspend.c
index d306f07b9aa1..b0c261936f3d 100644
--- a/arch/powerpc/platforms/83xx/suspend.c
+++ b/arch/powerpc/platforms/83xx/suspend.c
@@ -194,7 +194,7 @@ out:
194 return ret; 194 return ret;
195} 195}
196 196
197static void mpc83xx_suspend_finish(void) 197static void mpc83xx_suspend_end(void)
198{ 198{
199 deep_sleeping = 0; 199 deep_sleeping = 0;
200} 200}
@@ -278,7 +278,7 @@ static struct platform_suspend_ops mpc83xx_suspend_ops = {
278 .valid = mpc83xx_suspend_valid, 278 .valid = mpc83xx_suspend_valid,
279 .begin = mpc83xx_suspend_begin, 279 .begin = mpc83xx_suspend_begin,
280 .enter = mpc83xx_suspend_enter, 280 .enter = mpc83xx_suspend_enter,
281 .finish = mpc83xx_suspend_finish, 281 .end = mpc83xx_suspend_end,
282}; 282};
283 283
284static int pmc_probe(struct of_device *ofdev, 284static int pmc_probe(struct of_device *ofdev,