]> git.sur5r.net Git - u-boot/commitdiff
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 20cedd463967f2339736d110d50874541a5dbb56..a27f0e273cec779639b678e15afa73c070b743ea 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