From: Tony Lindgren Date: Tue, 29 Mar 2011 22:54:48 +0000 (-0700) Subject: omap: Make a subset of dmtimer functions into inline functions X-Git-Tag: v3.1-rc1~152^2~10^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=caf64f2fdc48472995d40656eb1a75524c464447;p=pandora-kernel.git omap: Make a subset of dmtimer functions into inline functions 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 Reviewed-by: Kevin Hilman --- Reading git-diff-tree failed