From: Andrew Morton Date: Thu, 3 Apr 2014 21:48:34 +0000 (-0700) Subject: lib/syscall.c: unexport task_current_syscall() X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=d300d59ca179fd1de427cde2a96eb2871347491f;p=deliverable%2Flinux.git lib/syscall.c: unexport task_current_syscall() It is only used by procfs and procfs cannot be a module. Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- 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);