aboutsummaryrefslogtreecommitdiffstats
path: root/lib/syscall.c
diff options
context:
space:
mode:
authorAndrew Morton <[email protected]>2014-04-03 21:48:34 +0000
committerLinus Torvalds <[email protected]>2014-04-03 23:21:06 +0000
commitd300d59ca179fd1de427cde2a96eb2871347491f (patch)
tree60250b1367441d5e9f2ac4ef21514fb528df3655 /lib/syscall.c
parentxattr: guard against simultaneous glibc header inclusion (diff)
downloadkernel-d300d59ca179fd1de427cde2a96eb2871347491f.tar.gz
kernel-d300d59ca179fd1de427cde2a96eb2871347491f.zip
lib/syscall.c: unexport task_current_syscall()
It is only used by procfs and procfs cannot be a module. Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
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 58710eefeac8..e30e03932480 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);