[2.6 patch] unexport access_process_vm

From: Adrian Bunk
Date: Fri Nov 02 2007 - 11:44:46 EST


This patch removes the no longer used EXPORT_SYMBOL_GPL(access_process_vm).

Signed-off-by: Adrian Bunk <bunk@xxxxxxxxxx>

---
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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/