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:
b71190f
)
Fix defined but not used build warning
author
Marcel Ziswiler
<marcel@ziswiler.com>
Thu, 1 May 2008 07:05:34 +0000
(09:05 +0200)
committer
Wolfgang Denk
<wd@denx.de>
Sat, 3 May 2008 21:32:17 +0000
(23:32 +0200)
- warning: 'srom' defined but not used
Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
board/trizepsiv/eeprom.c
patch
|
blob
|
history
diff --git
a/board/trizepsiv/eeprom.c
b/board/trizepsiv/eeprom.c
index
3d3bc00
..
7a2b905
100644
(file)
--- a/
board/trizepsiv/eeprom.c
+++ b/
board/trizepsiv/eeprom.c
@@
-24,7
+24,6
@@
#include <common.h>
#include <command.h>
-static unsigned char srom[128];
extern u16 read_srom_word(int);
extern void write_srom_word(int offset, u16 val);