Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 365695
b: refs/heads/master
c: ce14a02
h: refs/heads/master
i:
  365693: c09a1b1
  365691: 2e07038
  365687: 55442b6
  365679: 4aad786
  365663: d2b542c
  365631: 0aeba03
  365567: 55e7eb5
v: v3
  • Loading branch information
Jingoo Han authored and Linus Torvalds committed Apr 30, 2013
1 parent 82e01a0 commit 626697d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 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: 4fdf7a9f66686094c9cbcc18da3cde28860585c0
refs/heads/master: ce14a0261802e2758439c30dadac78f764c1fe16
12 changes: 1 addition & 11 deletions trunk/drivers/rtc/rtc-davinci.c
Original file line number Diff line number Diff line change
Expand Up @@ -588,17 +588,7 @@ static struct platform_driver davinci_rtc_driver = {
},
};

static int __init rtc_init(void)
{
return platform_driver_probe(&davinci_rtc_driver, davinci_rtc_probe);
}
module_init(rtc_init);

static void __exit rtc_exit(void)
{
platform_driver_unregister(&davinci_rtc_driver);
}
module_exit(rtc_exit);
module_platform_driver_probe(davinci_rtc_driver, davinci_rtc_probe);

MODULE_AUTHOR("Miguel Aguilar <miguel.aguilar@ridgerun.com>");
MODULE_DESCRIPTION("Texas Instruments DaVinci PRTC Driver");
Expand Down

0 comments on commit 626697d

Please sign in to comment.