clocksource/drivers/timer-ti-dm: Implement cpu_pm notifier for context save and restore
[sfrench/cifs-2.6.git] / include / clocksource / timer-ti-dm.h
index eef5de300731411920fb1977851bf18944da3cb8..25f05235866eec0f0a52fe8fb04babbafe7b9f0f 100644 (file)
@@ -110,13 +110,12 @@ struct omap_dm_timer {
        unsigned reserved:1;
        unsigned posted:1;
        struct timer_regs context;
-       int (*get_context_loss_count)(struct device *);
-       int ctx_loss_count;
        int revision;
        u32 capability;
        u32 errata;
        struct platform_device *pdev;
        struct list_head node;
+       struct notifier_block nb;
 };
 
 int omap_dm_timer_reserve_systimer(int id);