summaryrefslogtreecommitdiffstats
path: root/lib/syscall.c
diff options
context:
space:
mode:
authorAndrew Morton <akpm@linux-foundation.org>2014-04-03 14:48:34 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2014-04-03 16:21:06 -0700
commitd300d59ca179fd1de427cde2a96eb2871347491f (patch)
tree60250b1367441d5e9f2ac4ef21514fb528df3655 /lib/syscall.c
parentea1a8217b06b41b31a2b60b0b83f75c77ef9c873 (diff)
downloadlinux-0-day-d300d59ca179fd1de427cde2a96eb2871347491f.tar.gz
linux-0-day-d300d59ca179fd1de427cde2a96eb2871347491f.tar.xz
lib/syscall.c: unexport task_current_syscall()
It is only used by procfs and procfs cannot be a module. Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'lib/syscall.c')
-rw-r--r--lib/syscall.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/syscall.c b/lib/syscall.c
index 58710eefeac80..e30e039324807 100644
--- a/lib/syscall.c
+++ b/lib/syscall.c
@@ -72,4 +72,3 @@ int task_current_syscall(struct task_struct *target, long *callno,
return 0;
}
-EXPORT_SYMBOL_GPL(task_current_syscall);