diff options
author | Adrian Bunk <bunk@kernel.org> | 2007-10-17 02:27:16 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-10-17 11:42:53 -0400 |
commit | ba2a631b14fe8a9c122801c648c49a543d020d8d (patch) | |
tree | 7f89f02d314c9aec6959066a1285fcd16f5bc2b1 /include/linux/time.h | |
parent | f44ec6f3f89889a469773b1fd894f8fcc07c29cf (diff) |
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>
Diffstat (limited to 'include/linux/time.h')
-rw-r--r-- | include/linux/time.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/time.h b/include/linux/time.h index 6a5f503b4f1d..b04136d60a2f 100644 --- a/include/linux/time.h +++ b/include/linux/time.h | |||
@@ -92,7 +92,7 @@ static inline struct timespec timespec_sub(struct timespec lhs, | |||
92 | 92 | ||
93 | extern struct timespec xtime; | 93 | extern struct timespec xtime; |
94 | extern struct timespec wall_to_monotonic; | 94 | extern struct timespec wall_to_monotonic; |
95 | extern seqlock_t xtime_lock __attribute__((weak)); | 95 | extern seqlock_t xtime_lock; |
96 | 96 | ||
97 | extern unsigned long read_persistent_clock(void); | 97 | extern unsigned long read_persistent_clock(void); |
98 | extern int update_persistent_clock(struct timespec now); | 98 | extern int update_persistent_clock(struct timespec now); |