Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=02c3530da6b926b31f89ba589da72eca49557edd
Commit:     02c3530da6b926b31f89ba589da72eca49557edd
Parent:     9b56fdb458b014bdda974b43a3e59721032898bb
Author:     Adrian Bunk <[EMAIL PROTECTED]>
AuthorDate: Fri Nov 2 16:43:28 2007 +0100
Committer:  Rusty Russell <[EMAIL PROTECTED]>
CommitDate: Mon Nov 5 21:53:39 2007 +1100

    unexport access_process_vm
    
    This patch removes the no longer used EXPORT_SYMBOL_GPL(access_process_vm).
    
    Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]>
    Signed-off-by: Rusty Russell <[EMAIL PROTECTED]>
---
 mm/memory.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/mm/memory.c b/mm/memory.c
index eefd5b6..9791e47 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);
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to