]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - drivers/video/cfb_console.c
unify version_string
[karo-tx-uboot.git] / drivers / video / cfb_console.c
index b427c84877c5fee9b3fbc925b0acaed3887f3e65..77e7285cc7363de400b8e79868966eb179d545e3 100644 (file)
@@ -91,6 +91,7 @@ CONFIG_VIDEO_HW_CURSOR:            - Uses the hardware cursor capability of the
 */
 
 #include <common.h>
+#include <version.h>
 
 #include <malloc.h>
 
@@ -1458,7 +1459,6 @@ void logo_plot (void *screen, int width, int x, int y)
 static void *video_logo (void)
 {
        char info[128];
-       extern char version_string;
        int space, len, y_off = 0;
 
 #ifdef CONFIG_SPLASH_SCREEN