Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 118031
b: refs/heads/master
c: eb944db
h: refs/heads/master
i:
  118029: f2beba8
  118027: 3ce2fea
  118023: e02d66d
  118015: c3f2c6a
v: v3
  • Loading branch information
Yauhen Kharuzhy authored and Linus Torvalds committed Oct 30, 2008
1 parent 70433e0 commit 66317d1
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: e11e3643f300f2e3a3ea21658e9f80b412c2c8a1
refs/heads/master: eb944db0cfeb0ee934e2a74d5b3516f80cf2c208
6 changes: 3 additions & 3 deletions trunk/drivers/rtc/rtc-s3c.c
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,7 @@ static int s3c_rtc_resume(struct platform_device *pdev)
#define s3c_rtc_resume NULL
#endif

static struct platform_driver s3c2410_rtcdrv = {
static struct platform_driver s3c2410_rtc_driver = {
.probe = s3c_rtc_probe,
.remove = __devexit_p(s3c_rtc_remove),
.suspend = s3c_rtc_suspend,
Expand All @@ -523,12 +523,12 @@ static char __initdata banner[] = "S3C24XX RTC, (c) 2004,2006 Simtec Electronics
static int __init s3c_rtc_init(void)
{
printk(banner);
return platform_driver_register(&s3c2410_rtcdrv);
return platform_driver_register(&s3c2410_rtc_driver);
}

static void __exit s3c_rtc_exit(void)
{
platform_driver_unregister(&s3c2410_rtcdrv);
platform_driver_unregister(&s3c2410_rtc_driver);
}

module_init(s3c_rtc_init);
Expand Down

0 comments on commit 66317d1

Please sign in to comment.