projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9b56fdb
)
unexport access_process_vm
author
Adrian Bunk
<bunk@kernel.org>
Fri, 2 Nov 2007 15:43:28 +0000
(16:43 +0100)
committer
Rusty Russell
<rusty@rustcorp.com.au>
Mon, 5 Nov 2007 10:53:39 +0000
(21:53 +1100)
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>
mm/memory.c
patch
|
blob
|
history
diff --git
a/mm/memory.c
b/mm/memory.c
index eefd5b68bc42d76768e773a43ae310806c9fa17c..9791e4786843f40438a97910728ec580664d1d4e 100644
(file)
--- 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);