]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/lcd.h
mpc8xx: remove rbc823 board support
[karo-tx-uboot.git] / include / lcd.h
index 5f84cd3c5b2ccad57c78fdf01419f0e50e2b11db..cc2ee3f9564e553595e52767cfd23da747ea3767 100644 (file)
@@ -258,10 +258,6 @@ extern vidinfo_t panel_info;
 
 /* Video functions */
 
-#if defined(CONFIG_RBC823)
-void   lcd_disable(void);
-#endif
-
 void   lcd_putc(const char c);
 void   lcd_puts(const char *s);
 void   lcd_printf(const char *fmt, ...);