Commit d300d59c authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

lib/syscall.c: unexport task_current_syscall()

It is only used by procfs and procfs cannot be a module.
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent ea1a8217
...@@ -72,4 +72,3 @@ int task_current_syscall(struct task_struct *target, long *callno, ...@@ -72,4 +72,3 @@ int task_current_syscall(struct task_struct *target, long *callno,
return 0; return 0;
} }
EXPORT_SYMBOL_GPL(task_current_syscall);
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment