Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 330107
b: refs/heads/master
c: 477d30d
h: refs/heads/master
i:
  330105: e7c9ce7
  330103: 955c7a2
v: v3
  • Loading branch information
Devendra Naga authored and Linus Torvalds committed Oct 5, 2012
1 parent 7d20336 commit 21b9d6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 13 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: 2830a6d20139df2198d63235df7957712adb28e5
refs/heads/master: 477d30d787b969e4c11fc958077cc7954805e236
13 changes: 1 addition & 12 deletions trunk/drivers/rtc/rtc-at91sam9.c
Original file line number Diff line number Diff line change
Expand Up @@ -473,18 +473,7 @@ static struct platform_driver at91_rtc_driver = {
},
};

static int __init at91_rtc_init(void)
{
return platform_driver_register(&at91_rtc_driver);
}
module_init(at91_rtc_init);

static void __exit at91_rtc_exit(void)
{
platform_driver_unregister(&at91_rtc_driver);
}
module_exit(at91_rtc_exit);

module_platform_driver(at91_rtc_driver);

MODULE_AUTHOR("Michel Benoit");
MODULE_DESCRIPTION("RTC driver for Atmel AT91SAM9x");
Expand Down

0 comments on commit 21b9d6e

Please sign in to comment.