Skip to content

Commit

Permalink
lib/syscall.c: unexport task_current_syscall()
Browse files Browse the repository at this point in the history
It is only used by procfs and procfs cannot be a module.

Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
akpm00 authored and torvalds committed Apr 3, 2014
1 parent ea1a821 commit d300d59
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/syscall.c
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,3 @@ int task_current_syscall(struct task_struct *target, long *callno,

return 0;
}
EXPORT_SYMBOL_GPL(task_current_syscall);

0 comments on commit d300d59

Please sign in to comment.