diff options
author | Andrew Sharp <andy.sharp@lsi.com> | 2009-09-23 19:03:20 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2009-11-09 03:40:54 -0500 |
commit | 5b73a41c02002ed2ee6b805d0c3691fb9ab9dc4f (patch) | |
tree | 072fd7c6766172a31be82a143ecb2ae7adc2badf | |
parent | 1039c6ba670cf45f92af92ce0ed394bd98f5fbfc (diff) |
fix my email address.
Signed-off-by: Andrew Sharp <andy.sharp@lsi.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
-rw-r--r-- | drivers/rtc/rtc-ds1511.c | 4 | ||||
-rw-r--r-- | drivers/watchdog/sb_wdog.c | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/drivers/rtc/rtc-ds1511.c b/drivers/rtc/rtc-ds1511.c index 0b6b7730c716..539676e25fd8 100644 --- a/drivers/rtc/rtc-ds1511.c +++ b/drivers/rtc/rtc-ds1511.c | |||
@@ -2,7 +2,7 @@ | |||
2 | * An rtc driver for the Dallas DS1511 | 2 | * An rtc driver for the Dallas DS1511 |
3 | * | 3 | * |
4 | * Copyright (C) 2006 Atsushi Nemoto <anemo@mba.ocn.ne.jp> | 4 | * Copyright (C) 2006 Atsushi Nemoto <anemo@mba.ocn.ne.jp> |
5 | * Copyright (C) 2007 Andrew Sharp <andy.sharp@onstor.com> | 5 | * Copyright (C) 2007 Andrew Sharp <andy.sharp@lsi.com> |
6 | * | 6 | * |
7 | * This program is free software; you can redistribute it and/or modify | 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 | 8 | * it under the terms of the GNU General Public License version 2 as |
@@ -636,7 +636,7 @@ ds1511_rtc_exit(void) | |||
636 | module_init(ds1511_rtc_init); | 636 | module_init(ds1511_rtc_init); |
637 | module_exit(ds1511_rtc_exit); | 637 | module_exit(ds1511_rtc_exit); |
638 | 638 | ||
639 | MODULE_AUTHOR("Andrew Sharp <andy.sharp@onstor.com>"); | 639 | MODULE_AUTHOR("Andrew Sharp <andy.sharp@lsi.com>"); |
640 | MODULE_DESCRIPTION("Dallas DS1511 RTC driver"); | 640 | MODULE_DESCRIPTION("Dallas DS1511 RTC driver"); |
641 | MODULE_LICENSE("GPL"); | 641 | MODULE_LICENSE("GPL"); |
642 | MODULE_VERSION(DRV_VERSION); | 642 | MODULE_VERSION(DRV_VERSION); |
diff --git a/drivers/watchdog/sb_wdog.c b/drivers/watchdog/sb_wdog.c index 9748eed73196..c8eadd478175 100644 --- a/drivers/watchdog/sb_wdog.c +++ b/drivers/watchdog/sb_wdog.c | |||
@@ -1,7 +1,7 @@ | |||
1 | /* | 1 | /* |
2 | * Watchdog driver for SiByte SB1 SoCs | 2 | * Watchdog driver for SiByte SB1 SoCs |
3 | * | 3 | * |
4 | * Copyright (C) 2007 OnStor, Inc. * Andrew Sharp <andy.sharp@onstor.com> | 4 | * Copyright (C) 2007 OnStor, Inc. * Andrew Sharp <andy.sharp@lsi.com> |
5 | * | 5 | * |
6 | * This driver is intended to make the second of two hardware watchdogs | 6 | * This driver is intended to make the second of two hardware watchdogs |
7 | * on the Sibyte 12XX and 11XX SoCs available to the user. There are two | 7 | * on the Sibyte 12XX and 11XX SoCs available to the user. There are two |
@@ -326,7 +326,7 @@ static void __exit sbwdog_exit(void) | |||
326 | module_init(sbwdog_init); | 326 | module_init(sbwdog_init); |
327 | module_exit(sbwdog_exit); | 327 | module_exit(sbwdog_exit); |
328 | 328 | ||
329 | MODULE_AUTHOR("Andrew Sharp <andy.sharp@onstor.com>"); | 329 | MODULE_AUTHOR("Andrew Sharp <andy.sharp@lsi.com>"); |
330 | MODULE_DESCRIPTION("SiByte Watchdog"); | 330 | MODULE_DESCRIPTION("SiByte Watchdog"); |
331 | 331 | ||
332 | module_param(timeout, ulong, 0); | 332 | module_param(timeout, ulong, 0); |