mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
kernel/time/timekeeping.c: cleanups
- remove the no longer required __attribute__((weak)) of xtime_lock - remove the following no longer used EXPORT_SYMBOL's: - xtime - xtime_lock Signed-off-by: Adrian Bunk <bunk@kernel.org> Cc: Thomas Gleixner <tglx@linutronix.de> Cc: john stultz <johnstul@us.ibm.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
f44ec6f3f8
commit
ba2a631b14
2 changed files with 2 additions and 5 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue