]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - include/linux/time.h
leds: add possibility to remove leds classdevs during suspend/resume
[mv-sheeva.git] / include / linux / time.h
index 6a5f503b4f1d6a7fbed3175f88aa3110ff1e6ea6..ceaab9fff15507e592e87fc6cc4b8a5b4bca3e99 100644 (file)
@@ -92,7 +92,7 @@ static inline struct timespec timespec_sub(struct timespec lhs,
 
 extern struct timespec xtime;
 extern struct timespec wall_to_monotonic;
-extern seqlock_t xtime_lock __attribute__((weak));
+extern seqlock_t xtime_lock;
 
 extern unsigned long read_persistent_clock(void);
 extern int update_persistent_clock(struct timespec now);
@@ -122,6 +122,7 @@ extern void monotonic_to_bootbased(struct timespec *ts);
 extern struct timespec timespec_trunc(struct timespec t, unsigned gran);
 extern int timekeeping_is_continuous(void);
 extern void update_wall_time(void);
+extern void update_xtime_cache(u64 nsec);
 
 /**
  * timespec_to_ns - Convert timespec to nanoseconds