Skip to content
Snippets Groups Projects
Commit cd47a83b authored by Wolfgang Denk's avatar Wolfgang Denk
Browse files

cmd_ide.c: fix unused variable warning for SC3 board


Signed-off-by: default avatarWolfgang Denk <wd@denx.de>
parent 0e70aaa4
No related branches found
No related tags found
No related merge requests found
...@@ -555,7 +555,6 @@ void ide_init (void) ...@@ -555,7 +555,6 @@ void ide_init (void)
int i, bus; int i, bus;
#if defined(CONFIG_SC3) #if defined(CONFIG_SC3)
unsigned int ata_reset_time = ATA_RESET_TIME; unsigned int ata_reset_time = ATA_RESET_TIME;
char *s;
#endif #endif
#ifdef CONFIG_IDE_8xx_PCCARD #ifdef CONFIG_IDE_8xx_PCCARD
extern int pcmcia_on (void); extern int pcmcia_on (void);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment