1
0
Fork 0

trab: fix warning: implicit declaration of function 'disable_vfd'

Signed-off-by: Wolfgang Denk <wd@denx.de>
utp
Wolfgang Denk 2009-12-06 01:21:28 +01:00
parent a9f99ab44b
commit 4713010adf
1 changed files with 2 additions and 0 deletions

View File

@ -205,6 +205,8 @@ void reset_cpu(ulong ignored)
struct s3c24x0_watchdog *watchdog;
#ifdef CONFIG_TRAB
extern void disable_vfd(void);
disable_vfd();
#endif