Commit 405f5e5e authored by Arnd Bergmann's avatar 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: default avatarArnd Bergmann <arnd@arndb.de>
parent c3e0c873
...@@ -621,8 +621,6 @@ void __init omap4_local_timer_init(void) ...@@ -621,8 +621,6 @@ void __init omap4_local_timer_init(void)
#ifdef CONFIG_SOC_OMAP5 #ifdef CONFIG_SOC_OMAP5
void __init omap5_realtime_timer_init(void) void __init omap5_realtime_timer_init(void)
{ {
int err;
omap4_sync32k_timer_init(); omap4_sync32k_timer_init();
realtime_counter_init(); realtime_counter_init();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment