]> git.baikalelectronics.ru Git - kernel.git/commit
ntp: Remove unused variable flags in __hardpps
authorGeert Uytterhoeven <geert@linux-m68k.org>
Fri, 3 May 2013 21:27:07 +0000 (23:27 +0200)
committerJohn Stultz <john.stultz@linaro.org>
Tue, 28 May 2013 20:45:19 +0000 (13:45 -0700)
commit14c2f4f2e934d503dc41ea55cde9fc5e15324082
tree28f36ed9f8037bde52a030c115ae137d546d8d20
parent2187cc16d19b7c024d3688db93fabe2573ab34fa
ntp: Remove unused variable flags in __hardpps

kernel/time/ntp.c: In function ‘__hardpps’:
kernel/time/ntp.c:877: warning: unused variable ‘flags’

commit 72bd35b47449ec7ea0403507d760cdee2eeca082 ("ntp: Remove ntp_lock,
using the timekeeping locks to protect ntp state") removed its users,
but not the actual variable.

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: John Stultz <john.stultz@linaro.org>
kernel/time/ntp.c