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>
This commit is contained in:
Adrian Bunk 2007-11-02 16:43:28 +01:00 коммит произвёл Rusty Russell
Родитель 9b56fdb458
Коммит 02c3530da6
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -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);