[U-Boot] [PATCH] trab: fix warning: implicit declaration of function 'disable_vfd'

6 Dec
2009
6 Dec
'09
1:22 a.m.
Signed-off-by: Wolfgang Denk wd@denx.de --- cpu/arm920t/s3c24x0/timer.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-)
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
--
1.6.2.5
5636
Age (days ago)
5636
Last active (days ago)
0 comments
1 participants
participants (1)
-
Wolfgang Denk