mirror of
git://git.yoctoproject.org/linux-yocto.git
synced 2025-12-23 02:56:31 +01:00
lib/syscall.c: unexport task_current_syscall()
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>
This commit is contained in:
parent
ea1a8217b0
commit
d300d59ca1
|
|
@ -72,4 +72,3 @@ int task_current_syscall(struct task_struct *target, long *callno,
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
EXPORT_SYMBOL_GPL(task_current_syscall);
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user