diff options
Diffstat (limited to 'include/linux/time.h')
-rw-r--r-- | include/linux/time.h | 4 |
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 |
157 | extern u32 arch_gettimeoffset(void); | 157 | extern u32 (*arch_gettimeoffset)(void); |
158 | #else | ||
159 | static inline u32 arch_gettimeoffset(void) { return 0; } | ||
160 | #endif | 158 | #endif |
161 | 159 | ||
162 | extern void do_gettimeofday(struct timeval *tv); | 160 | extern void do_gettimeofday(struct timeval *tv); |