OSDN Git Service

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 58710ee..e30e039 100644 (file)
@@ -72,4 +72,3 @@ int task_current_syscall(struct task_struct *target, long *callno,
 
        return 0;
 }
 
        return 0;
 }
-EXPORT_SYMBOL_GPL(task_current_syscall);