diff options
| author | Michal Simek <monstr@monstr.eu> | 2008-07-14 19:45:45 +0200 | 
|---|---|---|
| committer | Wolfgang Denk <wd@denx.de> | 2008-08-18 23:36:17 +0200 | 
| commit | eb59ea45ab77c14b090ea857d9ea9f902f40db0b (patch) | |
| tree | f63974b0adaec90130a4fafdaf484da5af3795e0 /drivers/video/cfb_console.c | |
| parent | 871c18dd301752270e1f74328c846c3104be1e2e (diff) | |
| download | olio-uboot-2014.01-eb59ea45ab77c14b090ea857d9ea9f902f40db0b.tar.xz olio-uboot-2014.01-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.c | 3 | 
1 files changed, 0 insertions, 3 deletions
| diff --git a/drivers/video/cfb_console.c b/drivers/video/cfb_console.c index d313e9098..79562ec11 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 */ |