]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: OMAP: remove unused variable
authorArnd Bergmann <arnd@arndb.de>
Tue, 23 Apr 2013 21:16:44 +0000 (23:16 +0200)
committerArnd Bergmann <arnd@arndb.de>
Tue, 23 Apr 2013 21:25:33 +0000 (23:25 +0200)
commit9e2cf129725545d0454541a7404d491b163685f9
treeee9f6e5723ea60b947b9ff8806b37a54ead7df6d
parentc5724389471d5b0443f315029610f10257334875
ARM: OMAP: remove unused variable

Commit 42d8cb0b763 "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>
arch/arm/mach-omap2/timer.c