ARM: OMAP: Define omap_dm_timer_prepare function as static
authorJon Hunter <jon-hunter@ti.com>
Fri, 28 Sep 2012 17:21:09 +0000 (12:21 -0500)
committerJon Hunter <jon-hunter@ti.com>
Fri, 16 Nov 2012 16:35:06 +0000 (10:35 -0600)
The omap_dm_timer_prepare function is a local function only used in the
dmtimer.c file. Therefore, make this a static function and remove its
declaration from the dmtimer.h file.

Signed-off-by: Jon Hunter <jon-hunter@ti.com>

No differences found