projects
/
platform
/
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:
0e70aaa
)
cmd_ide.c: fix unused variable warning for SC3 board
author
Wolfgang Denk
<wd@denx.de>
Sun, 20 Jun 2010 18:10:46 +0000
(20:10 +0200)
committer
Wolfgang Denk
<wd@denx.de>
Sun, 4 Jul 2010 21:49:33 +0000
(23:49 +0200)
Signed-off-by: Wolfgang Denk <wd@denx.de>
common/cmd_ide.c
patch
|
blob
|
history
diff --git
a/common/cmd_ide.c
b/common/cmd_ide.c
index
8bd8920
..
2e9f834
100644
(file)
--- a/
common/cmd_ide.c
+++ b/
common/cmd_ide.c
@@
-555,7
+555,6
@@
void ide_init (void)
int i, bus;
#if defined(CONFIG_SC3)
unsigned int ata_reset_time = ATA_RESET_TIME;
- char *s;
#endif
#ifdef CONFIG_IDE_8xx_PCCARD
extern int pcmcia_on (void);