Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 365691
b: refs/heads/master
c: e835ebc
h: refs/heads/master
i:
  365689: 2401b1a
  365687: 55442b6
v: v3
  • Loading branch information
Jingoo Han authored and Linus Torvalds committed Apr 30, 2013
1 parent 1a4e2e5 commit 2e07038
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: fb34a8120446593d24dcd29e0b2c7bdac8e8ac6a
refs/heads/master: e835ebc816047f85d1fd834a2a1d5305684a43f2
12 changes: 1 addition & 11 deletions trunk/drivers/rtc/rtc-at32ap700x.c
Original file line number Diff line number Diff line change
Expand Up @@ -302,17 +302,7 @@ static struct platform_driver at32_rtc_driver = {
},
};

static int __init at32_rtc_init(void)
{
return platform_driver_probe(&at32_rtc_driver, at32_rtc_probe);
}
module_init(at32_rtc_init);

static void __exit at32_rtc_exit(void)
{
platform_driver_unregister(&at32_rtc_driver);
}
module_exit(at32_rtc_exit);
module_platform_driver_probe(at32_rtc_driver, at32_rtc_probe);

MODULE_AUTHOR("Hans-Christian Egtvedt <hcegtvedt@atmel.com>");
MODULE_DESCRIPTION("Real time clock for AVR32 AT32AP700x");
Expand Down

0 comments on commit 2e07038

Please sign in to comment.