Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -72,4 +72,3 @@ int task_current_syscall(struct task_struct *target, long *callno,

	return 0;
}
EXPORT_SYMBOL_GPL(task_current_syscall);