| Submitter | Hunter, Jon |
|---|---|
| Date | Nov. 28, 2012, 10:04 p.m. |
| Message ID | <1354140300-16825-3-git-send-email-jon-hunter@ti.com> |
| Download | mbox | patch |
| Permalink | /patch/202565/ |
| State | New |
| Headers | show |
Comments
Patch
diff --git a/arch/arm/mach-omap2/timer.c b/arch/arm/mach-omap2/timer.c index b9cff72..3bbb244 100644 --- a/arch/arm/mach-omap2/timer.c +++ b/arch/arm/mach-omap2/timer.c @@ -630,7 +630,7 @@ static void __init omap4_local_timer_init(void) #else /* CONFIG_LOCAL_TIMERS */ static inline void omap4_local_timer_init(void) { - omap4_sync32_timer_init(); + omap4_sync32k_timer_init(); } #endif /* CONFIG_LOCAL_TIMERS */ OMAP_SYS_TIMER(4, local);