X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=drivers%2Fvideo%2Fsed13806.c;h=0bf9ba69ed5781274758472cfeadc81084c2a185;hb=5340a7f1d74ba65c4c63d6d9d0ad606553866ffe;hp=6996ca805ebf9ad6164c2881f5952857fd85cc8c;hpb=74ac5facb988fc488a707db228b177ead63a6541;p=oweals%2Fu-boot.git diff --git a/drivers/video/sed13806.c b/drivers/video/sed13806.c index 6996ca805e..0bf9ba69ed 100644 --- a/drivers/video/sed13806.c +++ b/drivers/video/sed13806.c @@ -1,6 +1,6 @@ /* * (C) Copyright 2002 - * Stäubli Faverges - + * Stäubli Faverges - * Pierre AUBERT p.aubert@staubli.com * * See file CREDITS for list of people who contributed to this @@ -25,8 +25,6 @@ #include -#ifdef CONFIG_VIDEO_SED13806 - #include #include @@ -307,4 +305,3 @@ void video_init_hw_cursor (int font_width, int font_height) writeByte (LCD_CURSOR_CNTL, 1); } #endif -#endif