Skip to content
Snippets Groups Projects
Commit ee2e9ba9 authored by Anatolij Gustschin's avatar Anatolij Gustschin
Browse files

video: fix FADS823 and RRvision compiling issues


Since commit 561858ee building for FADS823 and RRvision
doesn't work. Let's include version.h and timestamp.h
unconditionally to fix the problem.

Signed-off-by: default avatarAnatolij Gustschin <agust@denx.de>
parent 13d36ec8
No related branches found
No related tags found
No related merge requests found
...@@ -32,10 +32,8 @@ ...@@ -32,10 +32,8 @@
#include <stdarg.h> #include <stdarg.h>
#include <common.h> #include <common.h>
#include <config.h> #include <config.h>
#ifdef VIDEO_INFO
#include <version.h> #include <version.h>
#include <timestamp.h> #include <timestamp.h>
#endif
#include <i2c.h> #include <i2c.h>
#include <linux/types.h> #include <linux/types.h>
#include <devices.h> #include <devices.h>
......
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