Commit 02c3530d authored by Adrian Bunk's avatar Adrian Bunk Committed by Rusty Russell

unexport access_process_vm

This patch removes the no longer used EXPORT_SYMBOL_GPL(access_process_vm).
Signed-off-by: default avatarAdrian Bunk <bunk@kernel.org>
Signed-off-by: default avatarRusty Russell <rusty@rustcorp.com.au>
parent 9b56fdb4
......@@ -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);
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment