Skip to content

Commit

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

static int ecovec24_get_brightness(void)
{
return gpio_get_value(GPIO_PTR1);
}

static struct sh_mobile_lcdc_info lcdc_info = {
.ch[0] = {
.interface_type = RGB18,
Expand All @@ -347,7 +342,6 @@ static struct sh_mobile_lcdc_info lcdc_info = {
.name = "sh_mobile_lcdc_bl",
.max_brightness = 1,
.set_brightness = ecovec24_set_brightness,
.get_brightness = ecovec24_get_brightness,
},
}
};
Expand Down

0 comments on commit 0634c20

Please sign in to comment.