ntp: Remove unused variable flags in __hardpps

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

commit a076b2146fabb0894cae5e0189a8ba3f1502d737 ("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>

authored by Geert Uytterhoeven and committed by John Stultz aa848233 c7788792

Changed files
-1
kernel
time
-1
kernel/time/ntp.c
··· 874 874 void __hardpps(const struct timespec *phase_ts, const struct timespec *raw_ts) 875 875 { 876 876 struct pps_normtime pts_norm, freq_norm; 877 - unsigned long flags; 878 877 879 878 pts_norm = pps_normalize_ts(*phase_ts); 880 879