aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/kernel/time/ntp.c
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2013-06-08 15:51:21 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2013-06-08 15:51:21 -0700
commit81db4dbf592b486ac2bc7cabfb328ee2a6c4725d (patch)
treebb42fbbee400f55b13f49f30b392367798602652 /kernel/time/ntp.c
parentMerge tag 'irqdomain-for-linus' of git://git.secretlab.ca/git/linux (diff)
parentMerge branch 'fortglx/3.10/time' of git://git.linaro.org/people/jstultz/linux into timers/urgent (diff)
downloadwireguard-linux-81db4dbf592b486ac2bc7cabfb328ee2a6c4725d.tar.xz
wireguard-linux-81db4dbf592b486ac2bc7cabfb328ee2a6c4725d.zip
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull timer fixes from Thomas Gleixner: - Trivial: unused variable removal - Posix-timers: Add the clock ID to the new proc interface to make it useful. The interface is new and should be functional when we reach the final 3.10 release. - Cure a false positive warning in the tick code introduced by the overhaul in 3.10 - Fix for a persistent clock detection regression introduced in this cycle * 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: timekeeping: Correct run-time detection of persistent_clock. ntp: Remove unused variable flags in __hardpps posix-timers: Show clock ID in proc file tick: Cure broadcast false positive pending bit warning
Diffstat (limited to '')
-rw-r--r--kernel/time/ntp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/kernel/time/ntp.c b/kernel/time/ntp.c
index 12ff13a838c6..8f5b3b98577b 100644
--- a/kernel/time/ntp.c
+++ b/kernel/time/ntp.c
@@ -874,7 +874,6 @@ static void hardpps_update_phase(long error)
void __hardpps(const struct timespec *phase_ts, const struct timespec *raw_ts)
{
struct pps_normtime pts_norm, freq_norm;
- unsigned long flags;
pts_norm = pps_normalize_ts(*phase_ts);