omap: Make a subset of dmtimer functions into inline functions
authorTony Lindgren <tony@atomide.com>
Tue, 29 Mar 2011 22:54:48 +0000 (15:54 -0700)
committerTony Lindgren <tony@atomide.com>
Mon, 20 Jun 2011 08:25:39 +0000 (01:25 -0700)
This will allow us to share the code between system timer and
dmtimer device driver code without having to initialize all the
dmtimers early. This change will also make the timer_set_next_event
more efficient as the inline functions will optimize the code
better for the timer reprogramming.

Signed-off-by: Tony Lindgren <tony@atomide.com>
Reviewed-by: Kevin Hilman <khilman@ti.com>

No differences found