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/sed13806.c | |
parent | 871c18dd301752270e1f74328c846c3104be1e2e (diff) | |
download | u-boot-imx-eb59ea45ab77c14b090ea857d9ea9f902f40db0b.zip u-boot-imx-eb59ea45ab77c14b090ea857d9ea9f902f40db0b.tar.gz u-boot-imx-eb59ea45ab77c14b090ea857d9ea9f902f40db0b.tar.bz2 |
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.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 |