timekeeping: Move lock out of timekeeper struct
[firefly-linux-kernel-4.4.55.git] / include / linux / timekeeper_internal.h
index 26700d870506739c7da5766a9620ac0f2db28614..a151bd70e52b39865abded1fac3453613554fb4c 100644 (file)
@@ -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)