rtc-m48t86.c (f0eef25339f92f7cd4aeea23d9ae97987a5a1e82) | rtc-m48t86.c (ad28a07bcadc5945f7a90d9de3a196825e69d9d3) |
---|---|
1/* 2 * ST M48T86 / Dallas DS12887 RTC driver 3 * Copyright (c) 2006 Tower Technologies 4 * 5 * Author: Alessandro Zummo <a.zummo@towertech.it> 6 * 7 * This program is free software; you can redistribute it and/or modify 8 * it under the terms of the GNU General Public License version 2 as --- 185 unchanged lines hidden (view full) --- 194{ 195 platform_driver_unregister(&m48t86_rtc_platform_driver); 196} 197 198MODULE_AUTHOR("Alessandro Zummo <a.zummo@towertech.it>"); 199MODULE_DESCRIPTION("M48T86 RTC driver"); 200MODULE_LICENSE("GPL"); 201MODULE_VERSION(DRV_VERSION); | 1/* 2 * ST M48T86 / Dallas DS12887 RTC driver 3 * Copyright (c) 2006 Tower Technologies 4 * 5 * Author: Alessandro Zummo <a.zummo@towertech.it> 6 * 7 * This program is free software; you can redistribute it and/or modify 8 * it under the terms of the GNU General Public License version 2 as --- 185 unchanged lines hidden (view full) --- 194{ 195 platform_driver_unregister(&m48t86_rtc_platform_driver); 196} 197 198MODULE_AUTHOR("Alessandro Zummo <a.zummo@towertech.it>"); 199MODULE_DESCRIPTION("M48T86 RTC driver"); 200MODULE_LICENSE("GPL"); 201MODULE_VERSION(DRV_VERSION); |
202MODULE_ALIAS("platform:rtc-m48t86"); |
|
202 203module_init(m48t86_rtc_init); 204module_exit(m48t86_rtc_exit); | 203 204module_init(m48t86_rtc_init); 205module_exit(m48t86_rtc_exit); |