Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 02c3530d authored by Adrian Bunk's avatar Adrian Bunk Committed by Rusty Russell
Browse files

unexport access_process_vm



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

Signed-off-by: default avatarAdrian Bunk <bunk@kernel.org>
Signed-off-by: default avatarRusty Russell <rusty@rustcorp.com.au>
parent 9b56fdb4
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -2748,4 +2748,3 @@ int access_process_vm(struct task_struct *tsk, unsigned long addr, void *buf, in


	return buf - old_buf;
	return buf - old_buf;
}
}
EXPORT_SYMBOL_GPL(access_process_vm);