diff options
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/compat.h | 2 | ||||
-rw-r--r-- | include/linux/timex.h | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/compat.h b/include/linux/compat.h index 859f95700d36..24d659cdbafe 100644 --- a/include/linux/compat.h +++ b/include/linux/compat.h | |||
@@ -207,5 +207,7 @@ static inline int compat_timespec_compare(struct compat_timespec *lhs, | |||
207 | return lhs->tv_nsec - rhs->tv_nsec; | 207 | return lhs->tv_nsec - rhs->tv_nsec; |
208 | } | 208 | } |
209 | 209 | ||
210 | asmlinkage long compat_sys_adjtimex(struct compat_timex __user *utp); | ||
211 | |||
210 | #endif /* CONFIG_COMPAT */ | 212 | #endif /* CONFIG_COMPAT */ |
211 | #endif /* _LINUX_COMPAT_H */ | 213 | #endif /* _LINUX_COMPAT_H */ |
diff --git a/include/linux/timex.h b/include/linux/timex.h index 82dc9ae79d37..03914b7e41b1 100644 --- a/include/linux/timex.h +++ b/include/linux/timex.h | |||
@@ -307,6 +307,8 @@ time_interpolator_reset(void) | |||
307 | /* Returns how long ticks are at present, in ns / 2^(SHIFT_SCALE-10). */ | 307 | /* Returns how long ticks are at present, in ns / 2^(SHIFT_SCALE-10). */ |
308 | extern u64 current_tick_length(void); | 308 | extern u64 current_tick_length(void); |
309 | 309 | ||
310 | extern int do_adjtimex(struct timex *); | ||
311 | |||
310 | #endif /* KERNEL */ | 312 | #endif /* KERNEL */ |
311 | 313 | ||
312 | #endif /* LINUX_TIMEX_H */ | 314 | #endif /* LINUX_TIMEX_H */ |