projects
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c034075
)
Fixed build error due to #define of _LINUX_STRING_H_ in 82559_eeprom.c
author
Graeme Russ
<graeme.russ@gmail.com>
Thu, 20 Nov 2008 19:28:05 +0000
(06:28 +1100)
committer
Wolfgang Denk
<wd@denx.de>
Tue, 9 Dec 2008 23:32:36 +0000
(
00:32
+0100)
Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
examples/82559_eeprom.c
patch
|
blob
|
history
diff --git
a/examples/82559_eeprom.c
b/examples/82559_eeprom.c
index
d99af26
..
5e2eee9
100644
(file)
--- 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 <common.h>
#include <exports.h>