Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 283150
b: refs/heads/master
c: 60e2b00
h: refs/heads/master
v: v3
  • Loading branch information
Guan Xuetao committed Jan 10, 2012
1 parent 11704d6 commit 8b11fbf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 16 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: 858af58f67d4aba8afb02438e74292b9273cdb10
refs/heads/master: 60e2b00ea200e1527668bfb766ecbdf578ad7de8
16 changes: 1 addition & 15 deletions trunk/drivers/rtc/rtc-puv3.c
Original file line number Diff line number Diff line change
Expand Up @@ -337,21 +337,7 @@ static struct platform_driver puv3_rtcdrv = {
}
};

static char __initdata banner[] = "PKUnity-v3 RTC, (c) 2009 PKUnity Co.\n";

static int __init puv3_rtc_init(void)
{
printk(banner);
return platform_driver_register(&puv3_rtcdrv);
}

static void __exit puv3_rtc_exit(void)
{
platform_driver_unregister(&puv3_rtcdrv);
}

module_init(puv3_rtc_init);
module_exit(puv3_rtc_exit);
module_platform_driver(puv3_rtcdrv);

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

0 comments on commit 8b11fbf

Please sign in to comment.