diff options
author | Wolfgang Denk <wd@denx.de> | 2010-06-20 20:10:46 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2010-07-04 23:49:33 +0200 |
commit | cd47a83b07a4ae13a7fa7356f010b9fe2f0566b6 (patch) | |
tree | eab4c5c2b533c902e63911a5daba61cc4a0cdbdf /common | |
parent | 0e70aaa485384fda5f757d5a1bd106b359c06e9c (diff) |
cmd_ide.c: fix unused variable warning for SC3 board
Signed-off-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'common')
-rw-r--r-- | common/cmd_ide.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/common/cmd_ide.c b/common/cmd_ide.c index 8bd89202e63..2e9f8349781 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); |