diff options
Diffstat (limited to 'common/cmd_ide.c')
| -rw-r--r-- | common/cmd_ide.c | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/common/cmd_ide.c b/common/cmd_ide.c index e96a5f59a..f7b28caea 100644 --- a/common/cmd_ide.c +++ b/common/cmd_ide.c @@ -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 ()) { |