Skip to content
Snippets Groups Projects
Commit 4713010a authored by Wolfgang Denk's avatar Wolfgang Denk
Browse files

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


Signed-off-by: default avatarWolfgang Denk <wd@denx.de>
parent a9f99ab4
No related branches found
No related tags found
No related merge requests found
...@@ -205,6 +205,8 @@ void reset_cpu(ulong ignored) ...@@ -205,6 +205,8 @@ void reset_cpu(ulong ignored)
struct s3c24x0_watchdog *watchdog; struct s3c24x0_watchdog *watchdog;
#ifdef CONFIG_TRAB #ifdef CONFIG_TRAB
extern void disable_vfd(void);
disable_vfd(); disable_vfd();
#endif #endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment