aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clocksource/sh_tmu.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/clocksource/sh_tmu.c')
-rw-r--r--drivers/clocksource/sh_tmu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/clocksource/sh_tmu.c b/drivers/clocksource/sh_tmu.c
index 5319689c579c..81b0239718ee 100644
--- a/drivers/clocksource/sh_tmu.c
+++ b/drivers/clocksource/sh_tmu.c
@@ -453,7 +453,7 @@ static int __devinit sh_tmu_probe(struct platform_device *pdev)
453 struct sh_timer_config *cfg = pdev->dev.platform_data; 453 struct sh_timer_config *cfg = pdev->dev.platform_data;
454 454
455 if (cfg->clocksource_rating || cfg->clockevent_rating) 455 if (cfg->clocksource_rating || cfg->clockevent_rating)
456 pm_genpd_dev_syscore(&pdev->dev, true); 456 dev_pm_syscore_device(&pdev->dev, true);
457 } 457 }
458 458
459 if (p) { 459 if (p) {