diff options
Diffstat (limited to 'drivers/video/sed13806.c')
-rw-r--r-- | drivers/video/sed13806.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/video/sed13806.c b/drivers/video/sed13806.c index 6996ca8..9cd19b5 100644 --- a/drivers/video/sed13806.c +++ b/drivers/video/sed13806.c @@ -25,8 +25,6 @@ #include <common.h> -#ifdef CONFIG_VIDEO_SED13806 - #include <video_fb.h> #include <sed13806.h> @@ -307,4 +305,3 @@ void video_init_hw_cursor (int font_width, int font_height) writeByte (LCD_CURSOR_CNTL, 1); } #endif -#endif |