aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/compat.h
diff options
context:
space:
mode:
authorAl Viro <viro@zeniv.linux.org.uk>2017-09-03 20:42:54 -0400
committerAl Viro <viro@zeniv.linux.org.uk>2017-09-19 17:56:00 -0400
commitb8e8e1aa9f14110da180569908bbe538c9e9dc63 (patch)
tree216e23b813a0a5ff35fa9e8f3d00f67c43727d9b /include/linux/compat.h
parentio_getevents: Use timespec64 to represent timeouts (diff)
downloadlinux-dev-b8e8e1aa9f14110da180569908bbe538c9e9dc63.tar.xz
linux-dev-b8e8e1aa9f14110da180569908bbe538c9e9dc63.zip
get rid of {get,put}_compat_itimerspec()
no users left Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to '')
-rw-r--r--include/linux/compat.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/linux/compat.h b/include/linux/compat.h
index ab1baa79abe8..21d30be5c0a5 100644
--- a/include/linux/compat.h
+++ b/include/linux/compat.h
@@ -443,11 +443,6 @@ static inline int compat_timespec_compare(struct compat_timespec *lhs,
return lhs->tv_nsec - rhs->tv_nsec;
}
-extern int get_compat_itimerspec(struct itimerspec *dst,
- const struct compat_itimerspec __user *src);
-extern int put_compat_itimerspec(struct compat_itimerspec __user *dst,
- const struct itimerspec *src);
-
asmlinkage long compat_sys_gettimeofday(struct compat_timeval __user *tv,
struct timezone __user *tz);
asmlinkage long compat_sys_settimeofday(struct compat_timeval __user *tv,