diff options
Diffstat (limited to 'common/lcd.c')
| -rw-r--r-- | common/lcd.c | 4 | 
1 files changed, 0 insertions, 4 deletions
| diff --git a/common/lcd.c b/common/lcd.c index 8d770f3e7..25f866434 100644 --- a/common/lcd.c +++ b/common/lcd.c @@ -55,8 +55,6 @@  #include <nand.h>  #endif -#ifdef CONFIG_LCD -  /************************************************************************/  /* ** FONT DATA								*/  /************************************************************************/ @@ -867,5 +865,3 @@ static void *lcd_logo (void)  /************************************************************************/  /************************************************************************/ - -#endif /* CONFIG_LCD */ |