]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
video: fix FADS823 and RRvision compiling issues
authorAnatolij Gustschin <agust@denx.de>
Tue, 9 Dec 2008 16:52:05 +0000 (17:52 +0100)
committerAnatolij Gustschin <agust@denx.de>
Tue, 9 Dec 2008 16:52:05 +0000 (17:52 +0100)
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: Anatolij Gustschin <agust@denx.de>
cpu/mpc8xx/video.c

index 54796449c4bb4a64e630df255d5cf1e19ec3a9a9..4a59927436c34ce372aba8bac3e6dd67c91fa128 100644 (file)
 #include <stdarg.h>
 #include <common.h>
 #include <config.h>
-#ifdef VIDEO_INFO
 #include <version.h>
 #include <timestamp.h>
-#endif
 #include <i2c.h>
 #include <linux/types.h>
 #include <devices.h>