]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
lib/syscall.c: unexport task_current_syscall()
authorAndrew Morton <akpm@linux-foundation.org>
Thu, 3 Apr 2014 21:48:34 +0000 (14:48 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 3 Apr 2014 23:21:06 +0000 (16:21 -0700)
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>
lib/syscall.c

index 58710eefeac803826aea142af510eb46b5a04210..e30e039324807c9b3187c728b933eaf6648f8ee0 100644 (file)
@@ -72,4 +72,3 @@ int task_current_syscall(struct task_struct *target, long *callno,
 
        return 0;
 }
-EXPORT_SYMBOL_GPL(task_current_syscall);