diff options
author | Tony Lindgren <tony@atomide.com> | 2012-11-09 17:54:17 -0500 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2012-11-09 17:54:17 -0500 |
commit | f56f52e02a9c3da4bc2cc6eb9ddcf5602ea44b37 (patch) | |
tree | a9ce4f46ea3b2e516698b2c3817e40414a8bbf51 /arch/arm/plat-omap/include/plat/dmtimer.h | |
parent | 84fbd2b8c8da49b4e53fcb484a1564a9b5da61b3 (diff) | |
parent | 6ba54ab4a49bbad736b0254aa6bdf0cb83013815 (diff) |
Merge branch 'omap-for-v3.8/cleanup-headers-prepare-multiplatform-v3' into omap-for-v3.8/dt
Conflicts:
arch/arm/plat-omap/dmtimer.c
Resolved as suggested by Jon Hunter.
Diffstat (limited to 'arch/arm/plat-omap/include/plat/dmtimer.h')
-rw-r--r-- | arch/arm/plat-omap/include/plat/dmtimer.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/plat-omap/include/plat/dmtimer.h b/arch/arm/plat-omap/include/plat/dmtimer.h index 348f855d3dab..f8943c8f9dbf 100644 --- a/arch/arm/plat-omap/include/plat/dmtimer.h +++ b/arch/arm/plat-omap/include/plat/dmtimer.h | |||
@@ -94,6 +94,7 @@ struct dmtimer_platform_data { | |||
94 | /* set_timer_src - Only used for OMAP1 devices */ | 94 | /* set_timer_src - Only used for OMAP1 devices */ |
95 | int (*set_timer_src)(struct platform_device *pdev, int source); | 95 | int (*set_timer_src)(struct platform_device *pdev, int source); |
96 | u32 timer_capability; | 96 | u32 timer_capability; |
97 | int (*get_context_loss_count)(struct device *); | ||
97 | }; | 98 | }; |
98 | 99 | ||
99 | int omap_dm_timer_reserve_systimer(int id); | 100 | int omap_dm_timer_reserve_systimer(int id); |
@@ -264,6 +265,7 @@ struct omap_dm_timer { | |||
264 | unsigned reserved:1; | 265 | unsigned reserved:1; |
265 | unsigned posted:1; | 266 | unsigned posted:1; |
266 | struct timer_regs context; | 267 | struct timer_regs context; |
268 | int (*get_context_loss_count)(struct device *); | ||
267 | int ctx_loss_count; | 269 | int ctx_loss_count; |
268 | int revision; | 270 | int revision; |
269 | u32 capability; | 271 | u32 capability; |