Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 173498
b: refs/heads/master
c: b9e05c6
h: refs/heads/master
v: v3
  • Loading branch information
Uwe Kleine-König authored and Paul Mundt committed Nov 25, 2009
1 parent 3daffaf commit ed59b17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 0f09e197a39c081fa8c2752ee65919cb6cba963a
refs/heads/master: b9e05c64a02a1e699925cb49dd5542087eba0c3a
2 changes: 1 addition & 1 deletion trunk/drivers/rtc/rtc-ds1302.c
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ static struct platform_driver ds1302_platform_driver = {
.name = DRV_NAME,
.owner = THIS_MODULE,
},
.remove = __exit_p(ds1302_rtc_remove),
.remove = __devexit_p(ds1302_rtc_remove),
};

static int __init ds1302_rtc_init(void)
Expand Down

0 comments on commit ed59b17

Please sign in to comment.