]> git.sur5r.net Git - u-boot/blobdiff - drivers/video/cfb_console.c
video: Clean drivers/video/Makefile
[u-boot] / drivers / video / cfb_console.c
index d313e9098c932569ae07100f252a20e59bd87bfc..79562ec11f2260e938b77a5b191226d7ccdc3af3 100644 (file)
@@ -92,8 +92,6 @@ CONFIG_VIDEO_HW_CURSOR:            - Uses the hardware cursor capability of the
 
 #include <common.h>
 
-#ifdef CONFIG_CFB_CONSOLE
-
 #include <malloc.h>
 
 /*****************************************************************************/
@@ -1352,4 +1350,3 @@ int drv_video_init (void)
        /* No console dev available */
        return 0;
 }
-#endif /* CONFIG_CFB_CONSOLE */