diff options
| author | Jean Delvare <[email protected]> | 2006-08-13 23:34:05 +0200 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2006-09-26 15:38:50 -0700 |
| commit | 643bd3fbd9dc73ed3dc1e4f6980e6f15fdbb9bb6 (patch) | |
| tree | 88da1e080687157f93acf1131ff6c6fdf8735aac | |
| parent | 51c3711704b66986373408cbc0540abea43d2380 (diff) | |
i2c-sibyte: Kip Walker is gone
i2c-sibyte: Kip Walker is gone
Kip Walker no longer works at Broadcom, and his e-mail address there
bounces back, so let's drop it.
Signed-off-by: Jean Delvare <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
| -rw-r--r-- | drivers/i2c/busses/i2c-sibyte.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/i2c/busses/i2c-sibyte.c b/drivers/i2c/busses/i2c-sibyte.c index f516eb7a23f7..96c9e7bdd9e3 100644 --- a/drivers/i2c/busses/i2c-sibyte.c +++ b/drivers/i2c/busses/i2c-sibyte.c @@ -217,6 +217,6 @@ static void __exit i2c_sibyte_exit(void) module_init(i2c_sibyte_init); module_exit(i2c_sibyte_exit); -MODULE_AUTHOR("Kip Walker <[email protected]>, Steven J. Hill <[email protected]>"); +MODULE_AUTHOR("Kip Walker (Broadcom Corp.), Steven J. Hill <[email protected]>"); MODULE_DESCRIPTION("SMBus adapter routines for SiByte boards"); MODULE_LICENSE("GPL"); |