|
@@ -626,17 +626,7 @@ static struct platform_driver twl4030rtc_driver = {
|
|
|
},
|
|
|
};
|
|
|
|
|
|
-static int __init twl_rtc_init(void)
|
|
|
-{
|
|
|
- return platform_driver_register(&twl4030rtc_driver);
|
|
|
-}
|
|
|
-module_init(twl_rtc_init);
|
|
|
-
|
|
|
-static void __exit twl_rtc_exit(void)
|
|
|
-{
|
|
|
- platform_driver_unregister(&twl4030rtc_driver);
|
|
|
-}
|
|
|
-module_exit(twl_rtc_exit);
|
|
|
+module_platform_driver(twl4030rtc_driver);
|
|
|
|
|
|
MODULE_AUTHOR("Texas Instruments, MontaVista Software");
|
|
|
MODULE_LICENSE("GPL");
|