Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 373655
b: refs/heads/master
c: 6fd7962
h: refs/heads/master
i:
  373653: bf85b68
  373651: be44857
  373647: c7d4f4f
v: v3
  • Loading branch information
Jingoo Han authored and Bryan Wu committed Apr 1, 2013
1 parent 2eab7a5 commit 6d4bece
Show file tree
Hide file tree
Showing 2 changed files with 3 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: f07fb52107c881f35eaff09fe990a4dfd0f7e62a
refs/heads/master: 6fd796279179608a4047099930a674c7379650cd
4 changes: 2 additions & 2 deletions trunk/drivers/leds/leds-atmel-pwm.c
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ static int pwmled_probe(struct platform_device *pdev)
return status;
}

static int __exit pwmled_remove(struct platform_device *pdev)
static int pwmled_remove(struct platform_device *pdev)
{
const struct gpio_led_platform_data *pdata;
struct pwmled *leds;
Expand All @@ -140,7 +140,7 @@ static struct platform_driver pwmled_driver = {
},
/* REVISIT add suspend() and resume() methods */
.probe = pwmled_probe,
.remove = __exit_p(pwmled_remove),
.remove = pwmled_remove,
};

module_platform_driver(pwmled_driver);
Expand Down

0 comments on commit 6d4bece

Please sign in to comment.