trab: fix warning: implicit declaration of function 'disable_vfd'
authorWolfgang Denk <wd@denx.de>
Sun, 6 Dec 2009 00:21:28 +0000 (01:21 +0100)
committerWolfgang Denk <wd@denx.de>
Mon, 7 Dec 2009 20:50:18 +0000 (21:50 +0100)
Signed-off-by: Wolfgang Denk <wd@denx.de>
cpu/arm920t/s3c24x0/timer.c

index 20cedd4..a27f0e2 100644 (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