X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=examples%2Feepro100_eeprom.c;h=2b15d05adbb287c988899bc2ad09a3e0cbbc935b;hb=032a1c934ef4dc003281f57302b6e693062c1868;hp=a52e68d4e719c22440f342713dfe6d192291358a;hpb=038ccac511214b062c56f22b9413f784b86bcd87;p=oweals%2Fu-boot.git 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