diff options
author | Andrew Morton <akpm@linux-foundation.org> | 2014-04-03 23:48:34 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2014-04-04 01:21:06 +0200 |
commit | d300d59ca179fd1de427cde2a96eb2871347491f (patch) | |
tree | 60250b1367441d5e9f2ac4ef21514fb528df3655 /lib/syscall.c | |
parent | xattr: guard against simultaneous glibc header inclusion (diff) | |
download | linux-d300d59ca179fd1de427cde2a96eb2871347491f.tar.xz linux-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 <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'lib/syscall.c')
-rw-r--r-- | lib/syscall.c | 1 |
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); |