X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=include%2Flinux%2Ftime.h;h=8ea8dea713c7c5d7a7da0fcd2e72d3d70f9112af;hb=cb553c480078759014096bc766dc76400e1d8397;hp=55cee172d723914eed0770f178f95ae6bd7b122b;hpb=77adbfbf4cf96fedf9b75bb330704828c187b190;p=linux-2.6-omap-h63xx.git diff --git a/include/linux/time.h b/include/linux/time.h index 55cee172d72..8ea8dea713c 100644 --- a/include/linux/time.h +++ b/include/linux/time.h @@ -90,8 +90,9 @@ static inline struct timespec timespec_sub(struct timespec lhs, extern struct timespec xtime; extern struct timespec wall_to_monotonic; -extern seqlock_t xtime_lock; +extern seqlock_t xtime_lock __attribute__((weak)); +extern unsigned long read_persistent_clock(void); void timekeeping_init(void); static inline unsigned long get_seconds(void)