Skip to content

Commit

Permalink
unexport access_process_vm
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Adrian Bunk authored and Rusty Russell committed Nov 5, 2007
1 parent 9b56fdb commit 02c3530
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mm/memory.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);

0 comments on commit 02c3530

Please sign in to comment.