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>
This commit is contained in:

committed by
Tom Rini

parent
5c2728ff0f
commit
25bab53ab2
@@ -20,10 +20,6 @@ extern __kernel_size_t strspn(const char *,const char *);
|
||||
*/
|
||||
#include <asm/string.h>
|
||||
|
||||
#ifndef __HAVE_ARCH_BCOPY
|
||||
char *bcopy(const char *src, char *dest, int count);
|
||||
#endif
|
||||
|
||||
#ifndef __HAVE_ARCH_STRCPY
|
||||
extern char * strcpy(char *,const char *);
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user