Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 344512
b: refs/heads/master
c: 4c10853
h: refs/heads/master
v: v3
  • Loading branch information
Laurent Pinchart committed Nov 21, 2012
1 parent 7b0ecc2 commit 7eacdb3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 656d4f332c02b14e62fe3f4247a1dcdc33961de6
refs/heads/master: 4c108530dba393084766799422aea1631e0dec81
6 changes: 0 additions & 6 deletions trunk/arch/arm/mach-shmobile/board-mackerel.c
Original file line number Diff line number Diff line change
Expand Up @@ -370,11 +370,6 @@ static int mackerel_set_brightness(int brightness)
return 0;
}

static int mackerel_get_brightness(void)
{
return gpio_get_value(GPIO_PORT31);
}

static const struct sh_mobile_meram_cfg lcd_meram_cfg = {
.icb[0] = {
.meram_size = 0x40,
Expand Down Expand Up @@ -403,7 +398,6 @@ static struct sh_mobile_lcdc_info lcdc_info = {
.name = "sh_mobile_lcdc_bl",
.max_brightness = 1,
.set_brightness = mackerel_set_brightness,
.get_brightness = mackerel_get_brightness,
},
.meram_cfg = &lcd_meram_cfg,
}
Expand Down

0 comments on commit 7eacdb3

Please sign in to comment.