From: Wolfgang Denk Date: Sun, 6 Dec 2009 00:21:28 +0000 (+0100) Subject: trab: fix warning: implicit declaration of function 'disable_vfd' X-Git-Tag: v2009.11-rc2~13 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4713010adf5beda87410d637ebfc58db0db9a9db;p=kernel%2Fu-boot.git trab: fix warning: implicit declaration of function 'disable_vfd' Signed-off-by: Wolfgang Denk --- diff --git a/cpu/arm920t/s3c24x0/timer.c b/cpu/arm920t/s3c24x0/timer.c index 20cedd4..a27f0e2 100644 --- a/cpu/arm920t/s3c24x0/timer.c +++ b/cpu/arm920t/s3c24x0/timer.c @@ -205,6 +205,8 @@ void reset_cpu(ulong ignored) struct s3c24x0_watchdog *watchdog; #ifdef CONFIG_TRAB + extern void disable_vfd(void); + disable_vfd(); #endif