Pārlūkot izejas kodu

Fixed build error due to #define of _LINUX_STRING_H_ in 82559_eeprom.c

Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
Graeme Russ 16 gadi atpakaļ
vecāks
revīzija
d4f70da544
1 mainītis faili ar 0 papildinājumiem un 1 dzēšanām
  1. 0 1
      examples/82559_eeprom.c

+ 0 - 1
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 <common.h>
 #include <exports.h>