Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 365677
b: refs/heads/master
c: 5149c03
h: refs/heads/master
i:
  365675: b850726
v: v3
  • Loading branch information
Jingoo Han authored and Linus Torvalds committed Apr 30, 2013
1 parent 479be89 commit 431fb81
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: b69af4373abe1e64274bc5217452fb14affb4ff7
refs/heads/master: 5149c0359f1db846d97223206d271c06ef176049
4 changes: 2 additions & 2 deletions trunk/drivers/rtc/rtc-davinci.c
Original file line number Diff line number Diff line change
Expand Up @@ -564,7 +564,7 @@ static int __init davinci_rtc_probe(struct platform_device *pdev)
return ret;
}

static int davinci_rtc_remove(struct platform_device *pdev)
static int __exit davinci_rtc_remove(struct platform_device *pdev)
{
struct davinci_rtc *davinci_rtc = platform_get_drvdata(pdev);

Expand All @@ -581,7 +581,7 @@ static int davinci_rtc_remove(struct platform_device *pdev)

static struct platform_driver davinci_rtc_driver = {
.probe = davinci_rtc_probe,
.remove = davinci_rtc_remove,
.remove = __exit_p(davinci_rtc_remove),
.driver = {
.name = "rtc_davinci",
.owner = THIS_MODULE,
Expand Down

0 comments on commit 431fb81

Please sign in to comment.