aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/time.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/time.h')
-rw-r--r--include/linux/time.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/linux/time.h b/include/linux/time.h
index a3ab6a814a9c..d4835dfdf25e 100644
--- a/include/linux/time.h
+++ b/include/linux/time.h
@@ -154,9 +154,7 @@ void timekeeping_inject_sleeptime(struct timespec *delta);
154 * finer then tick granular time. 154 * finer then tick granular time.
155 */ 155 */
156#ifdef CONFIG_ARCH_USES_GETTIMEOFFSET 156#ifdef CONFIG_ARCH_USES_GETTIMEOFFSET
157extern u32 arch_gettimeoffset(void); 157extern u32 (*arch_gettimeoffset)(void);
158#else
159static inline u32 arch_gettimeoffset(void) { return 0; }
160#endif 158#endif
161 159
162extern void do_gettimeofday(struct timeval *tv); 160extern void do_gettimeofday(struct timeval *tv);