X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=examples%2Feepro100_eeprom.c;fp=examples%2Feepro100_eeprom.c;h=2b15d05adbb287c988899bc2ad09a3e0cbbc935b;hb=b951f8d31711f3f10ad119ddcf5a3d0afe14d561;hp=a52e68d4e719c22440f342713dfe6d192291358a;hpb=218ca724c08ca8a649f0917cf201cf23d4b33f39;p=u-boot diff --git a/examples/eepro100_eeprom.c b/examples/eepro100_eeprom.c index a52e68d4e7..2b15d05adb 100644 --- a/examples/eepro100_eeprom.c +++ b/examples/eepro100_eeprom.c @@ -17,8 +17,9 @@ * and release the resulting code under the GPL. */ -#define _PPC_STRING_H_ /* avoid unnecessary str/mem functions */ -#define _LINUX_STRING_H_ /* avoid unnecessary str/mem functions */ +/* avoid unnecessary memcpy function */ +#define __HAVE_ARCH_MEMCPY +#define _PPC_STRING_H_ #include #include