aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/compat.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/compat.h')
-rw-r--r--include/linux/compat.h2
1 files changed, 2 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
210asmlinkage 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 */