mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-10 18:40:25 -04:00
unexport access_process_vm
This patch removes the no longer used EXPORT_SYMBOL_GPL(access_process_vm). Signed-off-by: Adrian Bunk <bunk@kernel.org> Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
committed by
Rusty Russell
parent
9b56fdb458
commit
02c3530da6
@@ -2748,4 +2748,3 @@ int access_process_vm(struct task_struct *tsk, unsigned long addr, void *buf, in
|
||||
|
||||
return buf - old_buf;
|
||||
}
|
||||
EXPORT_SYMBOL_GPL(access_process_vm);
|
||||
|
||||
Reference in New Issue
Block a user