diff options
Diffstat (limited to 'board/cm_t35/display.c')
| -rw-r--r-- | board/cm_t35/display.c | 2 | 
1 files changed, 0 insertions, 2 deletions
| diff --git a/board/cm_t35/display.c b/board/cm_t35/display.c index d4487f31f..a004ea1d8 100644 --- a/board/cm_t35/display.c +++ b/board/cm_t35/display.c @@ -381,8 +381,6 @@ static enum display_type env_parse_displaytype(char *displaytype)  	return NONE;  } -void *lcd_base; -  void lcd_ctrl_init(void *lcdbase)  {  	struct prcm *prcm = (struct prcm *)PRCM_BASE; |