summaryrefslogtreecommitdiff
path: root/drivers/video/sed13806.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/sed13806.c
parent871c18dd301752270e1f74328c846c3104be1e2e (diff)
video: Clean drivers/video/Makefile
Signed-off-by: Michal Simek <monstr@monstr.eu>
Diffstat (limited to 'drivers/video/sed13806.c')
-rw-r--r--drivers/video/sed13806.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/video/sed13806.c b/drivers/video/sed13806.c
index 6996ca805e..9cd19b5c62 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