Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 344513
b: refs/heads/master
c: 1d33a51
h: refs/heads/master
i:
  344511: 7b0ecc2
v: v3
  • Loading branch information
Laurent Pinchart committed Nov 21, 2012
1 parent 7eacdb3 commit 3228d9b
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: 4c108530dba393084766799422aea1631e0dec81
refs/heads/master: 1d33a5175135acf6cff0855659910013cb911391
6 changes: 0 additions & 6 deletions trunk/arch/sh/boards/mach-ap325rxa/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -179,11 +179,6 @@ static int ap320_wvga_set_brightness(int brightness)
return 0;
}

static int ap320_wvga_get_brightness(void)
{
return gpio_get_value(GPIO_PTS3);
}

static void ap320_wvga_power_on(void)
{
msleep(100);
Expand Down Expand Up @@ -232,7 +227,6 @@ static struct sh_mobile_lcdc_info lcdc_info = {
.name = "sh_mobile_lcdc_bl",
.max_brightness = 1,
.set_brightness = ap320_wvga_set_brightness,
.get_brightness = ap320_wvga_get_brightness,
},
}
};
Expand Down

0 comments on commit 3228d9b

Please sign in to comment.