]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - drivers/video/sed13806.c
tools/os_support: add OS X Lion support
[karo-tx-uboot.git] / drivers / video / sed13806.c
index 6996ca805ebf9ad6164c2881f5952857fd85cc8c..0bf9ba69ed5781274758472cfeadc81084c2a185 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * (C) Copyright 2002
- * Stäubli Faverges - <www.staubli.com>
+ * Stäubli Faverges - <www.staubli.com>
  * Pierre AUBERT  p.aubert@staubli.com
  *
  * See file CREDITS for list of people who contributed to this
@@ -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