From: Graeme Russ Date: Thu, 20 Nov 2008 19:28:05 +0000 (+1100) Subject: Fixed build error due to #define of _LINUX_STRING_H_ in 82559_eeprom.c X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=d4f70da544c33db3e4fce6473dea4ecca4322545;p=project%2Fbcm63xx%2Fu-boot.git Fixed build error due to #define of _LINUX_STRING_H_ in 82559_eeprom.c Signed-off-by: Graeme Russ --- diff --git a/examples/82559_eeprom.c b/examples/82559_eeprom.c index d99af26fe4..5e2eee9e98 100644 --- a/examples/82559_eeprom.c +++ b/examples/82559_eeprom.c @@ -19,7 +19,6 @@ */ #define _PPC_STRING_H_ /* avoid unnecessary str/mem functions */ -#define _LINUX_STRING_H_ /* avoid unnecessary str/mem functions */ #include #include