From: Michael Ellerman <mpe@ellerman.id.au> Date: 2016-03-16 10:36:12
This has been unused since ~2004, remove it.
Reported-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
---
arch/powerpc/kernel/misc_32.S | 6 ------
1 file changed, 6 deletions(-)
From: Michael Ellerman <mpe@ellerman.id.au> Date: 2016-03-16 10:36:14
generic_memcpy() is only called from copy_32.S, so there's no reason for
it to be global.
Reported-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
---
arch/powerpc/lib/copy_32.S | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
From: Michael Ellerman <mpe@ellerman.id.au> Date: 2016-04-11 12:35:08
On Wed, 2016-16-03 at 10:36:06 UTC, Michael Ellerman wrote:
generic_memcpy() is only called from copy_32.S, so there's no reason for
it to be global.
Reported-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>