]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - common/cmd_ide.c
* Patch by Tolunay Orkun, 5 Mar 2004:
[karo-tx-uboot.git] / common / cmd_ide.c
index e96a5f59a7ee1ddb120c694b462e8a2a62f86aff..f7b28caea453007be69268a4c7dcfcc951875f27 100644 (file)
@@ -503,6 +503,7 @@ void ide_init (void)
 #endif /* CONFIG_IDE_8xx_PCCARD */
 
 #ifdef CONFIG_IDE_PREINIT
+       extern int ide_preinit (void);
        WATCHDOG_RESET();
 
        if (ide_preinit ()) {