X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fasm-v850%2Fstring.h;h=478e234789d69e57377357fbbbfd1e2882d0132b;hb=6a77f38946aaee1cd85eeec6cf4229b204c15071;hp=5b3bfe0167050a5feac95b1b07d9b753bf6d36c3;hpb=5273a3df6485dc2ad6aa7ddd441b9a21970f003b;p=linux-2.6.git diff --git a/include/asm-v850/string.h b/include/asm-v850/string.h index 5b3bfe016..478e23478 100644 --- a/include/asm-v850/string.h +++ b/include/asm-v850/string.h @@ -14,13 +14,11 @@ #ifndef __V850_STRING_H__ #define __V850_STRING_H__ -#define __HAVE_ARCH_BCOPY #define __HAVE_ARCH_MEMCPY #define __HAVE_ARCH_MEMSET #define __HAVE_ARCH_MEMMOVE extern void *memcpy (void *, const void *, __kernel_size_t); -extern void bcopy (const char *, char *, int); extern void *memset (void *, int, __kernel_size_t); extern void *memmove (void *, const void *, __kernel_size_t);