summaryrefslogtreecommitdiff
path: root/arch/arm/mach-omap2/common.h
diff options
context:
space:
mode:
authorFelipe Balbi <balbi@ti.com>2015-09-29 13:26:45 -0500
committerFelipe Balbi <balbi@ti.com>2015-10-16 11:06:23 -0500
commit6f82e25d2e434a70cde5ad135fa00099e8106a76 (patch)
treeaefd05b28b1821d8c36807455930a5e76d537ed7 /arch/arm/mach-omap2/common.h
parent9c46ffcd521474056629aea580a092559f721b32 (diff)
arm: omap2: timer: rename omap_sync32k_timer_init()
this function is not only about the 32k sync timer, it's OMAP's generic init_time implementation. Let's rename it to make that detail easier to notice. Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'arch/arm/mach-omap2/common.h')
-rw-r--r--arch/arm/mach-omap2/common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/common.h b/arch/arm/mach-omap2/common.h
index 844ad031f7f0..0cba9575d2ca 100644
--- a/arch/arm/mach-omap2/common.h
+++ b/arch/arm/mach-omap2/common.h
@@ -88,7 +88,7 @@ static inline int omap_mux_late_init(void)
extern void omap2_init_common_infrastructure(void);
-extern void omap_sync32k_timer_init(void);
+extern void omap_init_time(void);
extern void omap3_secure_sync32k_timer_init(void);
extern void omap3_gptimer_timer_init(void);
extern void omap4_local_timer_init(void);