diff options
author | Adrian Bunk <bunk@kernel.org> | 2007-11-02 16:43:28 +0100 |
---|---|---|
committer | Rusty Russell <rusty@rustcorp.com.au> | 2007-11-05 21:53:39 +1100 |
commit | 02c3530da6b926b31f89ba589da72eca49557edd (patch) | |
tree | 51e2e041fb2872819efc214b3818946be57c17c5 /mm | |
parent | 9b56fdb458b014bdda974b43a3e59721032898bb (diff) |
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>
Diffstat (limited to 'mm')
-rw-r--r-- | mm/memory.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mm/memory.c b/mm/memory.c index eefd5b68bc42..9791e4786843 100644 --- a/mm/memory.c +++ b/mm/memory.c @@ -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); |