]> Pileus Git - ~andy/linux/blobdiff - arch/arm/plat-omap/include/plat/dmtimer.h
ARM: OMAP2+: Add dmtimer platform function to reserve systimers
[~andy/linux] / arch / arm / plat-omap / include / plat / dmtimer.h
index 5fdfaa481259f6aeebf9ec7ed087d5f34ea0a536..1e5ce5d5624098e0819d9937f57232e3a0270993 100644 (file)
@@ -98,13 +98,12 @@ struct dmtimer_platform_data {
        int (*set_timer_src)(struct platform_device *pdev, int source);
        int timer_ip_version;
        u32 needs_manual_reset:1;
-       bool reserved;
-
        bool loses_context;
 
        int (*get_context_loss_count)(struct device *dev);
 };
 
+int omap_dm_timer_reserve_systimer(int id);
 struct omap_dm_timer *omap_dm_timer_request(void);
 struct omap_dm_timer *omap_dm_timer_request_specific(int timer_id);
 int omap_dm_timer_free(struct omap_dm_timer *timer);