aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/timekeeper_internal.h
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2013-02-21 22:51:37 +0000
committerJohn Stultz <john.stultz@linaro.org>2013-03-22 16:20:00 -0700
commit7e40672d930b369c1984457233ec5557aa53bfb8 (patch)
tree7e87231ebdf0898f939e8b2b88ca48d1e4309eab /include/linux/timekeeper_internal.h
parenttimekeeping: Make jiffies_lock internal (diff)
downloadlinux-dev-7e40672d930b369c1984457233ec5557aa53bfb8.tar.xz
linux-dev-7e40672d930b369c1984457233ec5557aa53bfb8.zip
timekeeping: Move lock out of timekeeper struct
Make the lock a separate entity. Preparatory patch for shadow timekeeper structure. Signed-off-by: Thomas Gleixner <tglx@linutronix.de> [Merged with CLOCK_TAI changes] Signed-off-by: John Stultz <john.stultz@linaro.org>
Diffstat (limited to 'include/linux/timekeeper_internal.h')
-rw-r--r--include/linux/timekeeper_internal.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/timekeeper_internal.h b/include/linux/timekeeper_internal.h
index 26700d870506..a151bd70e52b 100644
--- a/include/linux/timekeeper_internal.h
+++ b/include/linux/timekeeper_internal.h
@@ -67,8 +67,6 @@ struct timekeeper {
/* Offset clock monotonic -> clock tai */
ktime_t offs_tai;
- /* Seqlock for all timekeeper values */
- seqlock_t lock;
};
static inline struct timespec tk_xtime(struct timekeeper *tk)