Skip to content

Commit

Permalink
stk17ta8: renaming e-mail corrections following split of GE Fanuc joi…
Browse files Browse the repository at this point in the history
…nt 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 <[email protected]>
Acked-by: Thomas Hommel <[email protected]>
Signed-off-by: Jiri Kosina <[email protected]>
  • Loading branch information
mwelchuk authored and Jiri Kosina committed Apr 14, 2010
1 parent 9756c4d commit ab4364d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/rtc/rtc-stk17ta8.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* A RTC driver for the Simtek STK17TA8
*
* By Thomas Hommel <thomas.hommel@gefanuc.com>
* By Thomas Hommel <thomas.hommel@ge.com>
*
* Based on the DS1553 driver from
* Atsushi Nemoto <[email protected]>
Expand Down Expand Up @@ -381,7 +381,7 @@ static __exit void stk17ta8_exit(void)
module_init(stk17ta8_init);
module_exit(stk17ta8_exit);

MODULE_AUTHOR("Thomas Hommel <thomas.hommel@gefanuc.com>");
MODULE_AUTHOR("Thomas Hommel <thomas.hommel@ge.com>");
MODULE_DESCRIPTION("Simtek STK17TA8 RTC driver");
MODULE_LICENSE("GPL");
MODULE_VERSION(DRV_VERSION);

0 comments on commit ab4364d

Please sign in to comment.