aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc
diff options
context:
space:
mode:
authorMartyn Welch <martyn.welch@ge.com>2010-04-14 07:08:28 -0400
committerJiri Kosina <jkosina@suse.cz>2010-04-14 09:14:27 -0400
commitab4364d31f14ae5ab95bafba5b33f5d35b25ca41 (patch)
treecad178f8eef2a56c3b81342cd8bba6e5dfa7f119 /drivers/rtc
parent9756c4daad3efb8e72c3e2efcc9d87b5874d98af (diff)
stk17ta8: renaming e-mail corrections following split of GE Fanuc joint venture
This patch corrects author and copyright notices in the stk17ta8 driver following the split-up of the GE Fanuc joint venture. Signed-off-by: Martyn Welch <martyn.welch@ge.com> Acked-by: Thomas Hommel <thomas.hommel@ge.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/rtc')
-rw-r--r--drivers/rtc/rtc-stk17ta8.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/rtc/rtc-stk17ta8.c b/drivers/rtc/rtc-stk17ta8.c
index 67700831b5c9..c93e74ec9964 100644
--- a/drivers/rtc/rtc-stk17ta8.c
+++ b/drivers/rtc/rtc-stk17ta8.c
@@ -1,7 +1,7 @@
1/* 1/*
2 * A RTC driver for the Simtek STK17TA8 2 * A RTC driver for the Simtek STK17TA8
3 * 3 *
4 * By Thomas Hommel <thomas.hommel@gefanuc.com> 4 * By Thomas Hommel <thomas.hommel@ge.com>
5 * 5 *
6 * Based on the DS1553 driver from 6 * Based on the DS1553 driver from
7 * Atsushi Nemoto <anemo@mba.ocn.ne.jp> 7 * Atsushi Nemoto <anemo@mba.ocn.ne.jp>
@@ -381,7 +381,7 @@ static __exit void stk17ta8_exit(void)
381module_init(stk17ta8_init); 381module_init(stk17ta8_init);
382module_exit(stk17ta8_exit); 382module_exit(stk17ta8_exit);
383 383
384MODULE_AUTHOR("Thomas Hommel <thomas.hommel@gefanuc.com>"); 384MODULE_AUTHOR("Thomas Hommel <thomas.hommel@ge.com>");
385MODULE_DESCRIPTION("Simtek STK17TA8 RTC driver"); 385MODULE_DESCRIPTION("Simtek STK17TA8 RTC driver");
386MODULE_LICENSE("GPL"); 386MODULE_LICENSE("GPL");
387MODULE_VERSION(DRV_VERSION); 387MODULE_VERSION(DRV_VERSION);