Skip to content

Commit

Permalink
ARM: OMAP: remove unused variable
Browse files Browse the repository at this point in the history
Commit 0583fe4 "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: Arnd Bergmann <arnd@arndb.de>
  • Loading branch information
Arnd Bergmann committed Apr 23, 2013
1 parent c3e0c87 commit 405f5e5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions arch/arm/mach-omap2/timer.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */

Expand Down

0 comments on commit 405f5e5

Please sign in to comment.