X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=kernel%2Fcompat.c;h=d4abc5bcc27cf8e97358560a117ce02558986bfb;hb=2330fb8242c3efc281ab8a2d3e22686023699955;hp=fc9eb093acd5fc006e9f296b1a6c92b7a39d53ff;hpb=c01ad4081939f91ebd7277e8e731fd90ceb3e632;p=~andy%2Flinux diff --git a/kernel/compat.c b/kernel/compat.c index fc9eb093acd..d4abc5bcc27 100644 --- a/kernel/compat.c +++ b/kernel/compat.c @@ -158,6 +158,7 @@ int put_compat_timespec(const struct timespec *ts, struct compat_timespec __user __put_user(ts->tv_sec, &cts->tv_sec) || __put_user(ts->tv_nsec, &cts->tv_nsec)) ? -EFAULT : 0; } +EXPORT_SYMBOL_GPL(put_compat_timespec); static long compat_nanosleep_restart(struct restart_block *restart) {