commit | aa848233f740abbabfa7669daca0ab94aaa37bcd | [log] [tgz] |
---|---|---|
author | Geert Uytterhoeven <geert@linux-m68k.org> | Fri May 03 23:27:07 2013 +0200 |
committer | John Stultz <john.stultz@linaro.org> | Tue May 28 13:45:19 2013 -0700 |
tree | 28f36ed9f8037bde52a030c115ae137d546d8d20 | |
parent | c7788792a5e7b0d5d7f96d0766b4cb6112d47d75 [diff] |
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>