Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 333066
b: refs/heads/master
c: 6ebcebd
h: refs/heads/master
v: v3
  • Loading branch information
Tobias Klauser authored and Bryan Wu committed Sep 11, 2012
1 parent 86b6075 commit 38c1d82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: d23a22a74fded23a12434c9463fe66cec2b0afcd
refs/heads/master: 6ebcebddffbf5c074e467c725aafbd21dfd46ed5
3 changes: 1 addition & 2 deletions trunk/drivers/leds/leds-gpio.c
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,6 @@ static struct gpio_leds_priv * __devinit gpio_leds_create_of(struct platform_dev
{
return NULL;
}
#define of_gpio_leds_match NULL
#endif /* CONFIG_OF_GPIO */


Expand Down Expand Up @@ -287,7 +286,7 @@ static struct platform_driver gpio_led_driver = {
.driver = {
.name = "leds-gpio",
.owner = THIS_MODULE,
.of_match_table = of_gpio_leds_match,
.of_match_table = of_match_ptr(of_gpio_leds_match),
},
};

Expand Down

0 comments on commit 38c1d82

Please sign in to comment.