[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20071102154328.GK30287@stusta.de>
Date: Fri, 2 Nov 2007 16:43:28 +0100
From: Adrian Bunk <bunk@...nel.org>
To: rusty@...tcorp.com.au
Cc: linux-kernel@...r.kernel.org
Subject: [2.6 patch] unexport access_process_vm
This patch removes the no longer used EXPORT_SYMBOL_GPL(access_process_vm).
Signed-off-by: Adrian Bunk <bunk@...nel.org>
---
d257d031aca70f5f7f8a72bc5331e503fde750f8
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 linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists