Skip to content

Commit

Permalink
OMAP3: encore: remove dead code from display setup
Browse files Browse the repository at this point in the history
  • Loading branch information
steven676 committed Sep 15, 2013
1 parent dbf58bf commit 9b34caf
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions arch/arm/mach-omap2/board-encore-display.c
Original file line number Diff line number Diff line change
Expand Up @@ -81,18 +81,6 @@ static void __init boxer_backlight_init(void)
gpio_set_value(LCD_CABC1_GPIO,0);
}

static int encore_panel_enable_lcd(struct omap_dss_device *dssdev)
{
boxer_backlight_set_power(NULL, 1);

return 0;
}

static void encore_panel_disable_lcd(struct omap_dss_device *dssdev)
{
boxer_backlight_set_power(NULL, 0);
}

static struct boxer_panel_data boxer_panel;

static struct omap_dss_device evt_lcd_device = {
Expand Down Expand Up @@ -178,4 +166,3 @@ void __init encore_display_init(void)
omap_display_init(&evt_dss_data);

}

0 comments on commit 9b34caf

Please sign in to comment.