Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 73205
b: refs/heads/master
c: 1273092
h: refs/heads/master
i:
  73203: 4c11ee8
v: v3
  • Loading branch information
Randy Dunlap authored and Linus Torvalds committed Nov 5, 2007
1 parent 44f30d3 commit 40bb669
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: f15cf5151c3ecfe4073fb4478f686cb396bc2b17
refs/heads/master: 12730926557e9b89b7618b79754598b09387d37d
6 changes: 3 additions & 3 deletions trunk/drivers/rtc/rtc-m48t59.c
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@ static int __devexit m48t59_rtc_remove(struct platform_device *pdev)
return 0;
}

static struct platform_driver m48t59_rtc_platdrv = {
static struct platform_driver m48t59_rtc_driver = {
.driver = {
.name = "rtc-m48t59",
.owner = THIS_MODULE,
Expand All @@ -475,12 +475,12 @@ static struct platform_driver m48t59_rtc_platdrv = {

static int __init m48t59_rtc_init(void)
{
return platform_driver_register(&m48t59_rtc_platdrv);
return platform_driver_register(&m48t59_rtc_driver);
}

static void __exit m48t59_rtc_exit(void)
{
platform_driver_unregister(&m48t59_rtc_platdrv);
platform_driver_unregister(&m48t59_rtc_driver);
}

module_init(m48t59_rtc_init);
Expand Down

0 comments on commit 40bb669

Please sign in to comment.