Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 283151
b: refs/heads/master
c: b3a0aa3
h: refs/heads/master
i:
  283149: 11704d6
  283147: b2cb58b
  283143: b84c2fc
  283135: 563fc3a
v: v3
  • Loading branch information
Guan Xuetao committed Jan 10, 2012
1 parent 8b11fbf commit 4ac5d6a
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: 60e2b00ea200e1527668bfb766ecbdf578ad7de8
refs/heads/master: b3a0aa3ae1c0889ffe8abb2e326d5c74c7c9c097
4 changes: 2 additions & 2 deletions trunk/drivers/rtc/rtc-puv3.c
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ static int puv3_rtc_resume(struct platform_device *pdev)
#define puv3_rtc_resume NULL
#endif

static struct platform_driver puv3_rtcdrv = {
static struct platform_driver puv3_rtc_driver = {
.probe = puv3_rtc_probe,
.remove = __devexit_p(puv3_rtc_remove),
.suspend = puv3_rtc_suspend,
Expand All @@ -337,7 +337,7 @@ static struct platform_driver puv3_rtcdrv = {
}
};

module_platform_driver(puv3_rtcdrv);
module_platform_driver(puv3_rtc_driver);

MODULE_DESCRIPTION("RTC Driver for the PKUnity v3 chip");
MODULE_AUTHOR("Hu Dongliang");
Expand Down

0 comments on commit 4ac5d6a

Please sign in to comment.