Skip to content
Snippets Groups Projects
Commit d300d59c authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds
Browse files

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
No related merge requests found
......@@ -72,4 +72,3 @@ int task_current_syscall(struct task_struct *target, long *callno,
return 0;
}
EXPORT_SYMBOL_GPL(task_current_syscall);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment