diff options
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 */ |