diff options
Diffstat (limited to 'arch/arm/mach-omap2/timer.c')
-rw-r--r-- | arch/arm/mach-omap2/timer.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/mach-omap2/timer.c b/arch/arm/mach-omap2/timer.c index 9b6880a33793..0e17a0d9690b 100644 --- a/arch/arm/mach-omap2/timer.c +++ b/arch/arm/mach-omap2/timer.c | |||
@@ -494,9 +494,6 @@ static int __init omap_timer_init(struct omap_hwmod *oh, void *unused) | |||
494 | if (timer_dev_attr) | 494 | if (timer_dev_attr) |
495 | pdata->timer_capability = timer_dev_attr->timer_capability; | 495 | pdata->timer_capability = timer_dev_attr->timer_capability; |
496 | 496 | ||
497 | #ifdef CONFIG_PM | ||
498 | pdata->get_context_loss_count = omap_pm_get_dev_context_loss_count; | ||
499 | #endif | ||
500 | pdev = omap_device_build(name, id, oh, pdata, sizeof(*pdata), | 497 | pdev = omap_device_build(name, id, oh, pdata, sizeof(*pdata), |
501 | NULL, 0, 0); | 498 | NULL, 0, 0); |
502 | 499 | ||