Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 405f5e5e authored by Arnd Bergmann's avatar Arnd Bergmann
Browse files

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
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -621,8 +621,6 @@ 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();