summaryrefslogtreecommitdiffstats
path: root/drivers/video/cfb_console.c
diff options
context:
space:
mode:
authorMichal Simek <monstr@monstr.eu>2008-07-14 19:45:45 +0200
committerWolfgang Denk <wd@denx.de>2008-08-18 23:36:17 +0200
commiteb59ea45ab77c14b090ea857d9ea9f902f40db0b (patch)
treef63974b0adaec90130a4fafdaf484da5af3795e0 /drivers/video/cfb_console.c
parent871c18dd301752270e1f74328c846c3104be1e2e (diff)
downloadblackbird-obmc-uboot-eb59ea45ab77c14b090ea857d9ea9f902f40db0b.tar.gz
blackbird-obmc-uboot-eb59ea45ab77c14b090ea857d9ea9f902f40db0b.zip
video: Clean drivers/video/Makefile
Signed-off-by: Michal Simek <monstr@monstr.eu>
Diffstat (limited to 'drivers/video/cfb_console.c')
-rw-r--r--drivers/video/cfb_console.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/video/cfb_console.c b/drivers/video/cfb_console.c
index d313e9098c..79562ec11f 100644
--- a/drivers/video/cfb_console.c
+++ b/drivers/video/cfb_console.c
@@ -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 */
OpenPOWER on IntegriCloud