]> git.ipfire.org Git - people/ms/u-boot.git/commit
Remove unneeded remnants of bcopy().
authorRobert P. J. Day <rpjday@crashcourse.ca>
Mon, 30 May 2016 10:55:53 +0000 (06:55 -0400)
committerTom Rini <trini@konsulko.com>
Mon, 6 Jun 2016 17:39:18 +0000 (13:39 -0400)
commit25bab53ab26efdb9e2024477f896be65b6e7191e
treed9e3bee50a8f4bd0f6fab15de8c67b2cc9877cff
parent5c2728ff0fb6ade135cc15c4849acac7db1d93d0
Remove unneeded remnants of bcopy().

Since bcopy() is no longer used, delete all remaining references to
it.

Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
arch/microblaze/include/asm/string.h
arch/powerpc/lib/ppcstring.S
include/linux/string.h
lib/string.c