]> git.sur5r.net Git - u-boot/blobdiff - drivers/video/sed13806.c
Merge branch 'master' of git://git.denx.de/u-boot-i2c
[u-boot] / drivers / video / sed13806.c
index 6996ca805ebf9ad6164c2881f5952857fd85cc8c..9cd19b5c62fc3045e3ae42e94aa1d0193fdab630 100644 (file)
@@ -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