提交 405f5e5e 编写于 作者: A Arnd Bergmann

ARM: OMAP: remove unused variable

Commit 0583fe47 "ARM: convert arm/arm64 arch timer to use CLKSRC_OF init"
has left the omap5_realtime_timer_init() function with a stale variable and
broken whitespace. This fixes both.
Signed-off-by: NArnd Bergmann <arnd@arndb.de>
上级 c3e0c873
......@@ -621,12 +621,10 @@ void __init omap4_local_timer_init(void)
#ifdef CONFIG_SOC_OMAP5
void __init omap5_realtime_timer_init(void)
{
int err;
omap4_sync32k_timer_init();
realtime_counter_init();
clocksource_of_init();
clocksource_of_init();
}
#endif /* CONFIG_SOC_OMAP5 */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册