diff options
Diffstat (limited to 'arch/arm/mach-shmobile/board-mackerel.c')
-rw-r--r-- | arch/arm/mach-shmobile/board-mackerel.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/arch/arm/mach-shmobile/board-mackerel.c b/arch/arm/mach-shmobile/board-mackerel.c index d366e7873a34..123232329a88 100644 --- a/arch/arm/mach-shmobile/board-mackerel.c +++ b/arch/arm/mach-shmobile/board-mackerel.c | |||
@@ -391,13 +391,11 @@ static struct sh_mobile_lcdc_info lcdc_info = { | |||
391 | .flags = 0, | 391 | .flags = 0, |
392 | .lcd_size_cfg.width = 152, | 392 | .lcd_size_cfg.width = 152, |
393 | .lcd_size_cfg.height = 91, | 393 | .lcd_size_cfg.height = 91, |
394 | .board_cfg = { | ||
395 | .set_brightness = mackerel_set_brightness, | ||
396 | .get_brightness = mackerel_get_brightness, | ||
397 | }, | ||
398 | .bl_info = { | 394 | .bl_info = { |
399 | .name = "sh_mobile_lcdc_bl", | 395 | .name = "sh_mobile_lcdc_bl", |
400 | .max_brightness = 1, | 396 | .max_brightness = 1, |
397 | .set_brightness = mackerel_set_brightness, | ||
398 | .get_brightness = mackerel_get_brightness, | ||
401 | }, | 399 | }, |
402 | .meram_cfg = &lcd_meram_cfg, | 400 | .meram_cfg = &lcd_meram_cfg, |
403 | } | 401 | } |