aboutsummaryrefslogtreecommitdiff
path: root/common/cmd_ide.c
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2010-06-20 20:10:46 +0200
committerWolfgang Denk <wd@denx.de>2010-07-04 23:49:33 +0200
commitcd47a83b07a4ae13a7fa7356f010b9fe2f0566b6 (patch)
treeeab4c5c2b533c902e63911a5daba61cc4a0cdbdf /common/cmd_ide.c
parent0e70aaa485384fda5f757d5a1bd106b359c06e9c (diff)
cmd_ide.c: fix unused variable warning for SC3 board
Signed-off-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'common/cmd_ide.c')
-rw-r--r--common/cmd_ide.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/common/cmd_ide.c b/common/cmd_ide.c
index 8bd89202e..2e9f83497 100644
--- 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);