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)
commit405f5e5ee53339cf5d5d1753f8614938b1222562
treeee9f6e5723ea60b947b9ff8806b37a54ead7df6d
parentc3e0c873d0653e6e7628b5a8a9fcb3745444ca9e
ARM: OMAP: remove unused variable

Commit 0583fe478a7 "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