rtc-s3c.c (c58310bf4933986513020fa90b4190c7492995ae) | rtc-s3c.c (ad28a07bcadc5945f7a90d9de3a196825e69d9d3) |
---|---|
1/* drivers/rtc/rtc-s3c.c 2 * 3 * Copyright (c) 2004,2006 Simtec Electronics 4 * Ben Dooks, <ben@simtec.co.uk> 5 * http://armlinux.simtec.co.uk/ 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 --- 578 unchanged lines hidden (view full) --- 587} 588 589module_init(s3c_rtc_init); 590module_exit(s3c_rtc_exit); 591 592MODULE_DESCRIPTION("Samsung S3C RTC Driver"); 593MODULE_AUTHOR("Ben Dooks <ben@simtec.co.uk>"); 594MODULE_LICENSE("GPL"); | 1/* drivers/rtc/rtc-s3c.c 2 * 3 * Copyright (c) 2004,2006 Simtec Electronics 4 * Ben Dooks, <ben@simtec.co.uk> 5 * http://armlinux.simtec.co.uk/ 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 --- 578 unchanged lines hidden (view full) --- 587} 588 589module_init(s3c_rtc_init); 590module_exit(s3c_rtc_exit); 591 592MODULE_DESCRIPTION("Samsung S3C RTC Driver"); 593MODULE_AUTHOR("Ben Dooks <ben@simtec.co.uk>"); 594MODULE_LICENSE("GPL"); |
595MODULE_ALIAS("platform:s3c2410-rtc"); |
|