[U-Boot] [PATCH 3/6] cmd_ide.c: fix unused variable warning for SC3 board

Wolfgang Denk wd at denx.de
Thu Jun 24 00:06:10 CEST 2010


Signed-off-by: Wolfgang Denk <wd at denx.de>
---
 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 8bd8920..2e9f834 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);
-- 
1.7.0.1



More information about the U-Boot mailing list