diff options
author | Liam Girdwood <lrg@kernel.org> | 2008-10-13 23:00:15 -0400 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2008-10-13 23:15:18 -0400 |
commit | b8d055a878ee0f997ded40649701089d2486f850 (patch) | |
tree | e05cfb0b780129dad92bbe7f3fb68705896390bc /drivers/input/touchscreen/wm9713.c | |
parent | 5bd8a05e937b3ab88cd7ea569e32738f36c42bd0 (diff) |
Input: wm97xx - update email address for Liam Girdwood
This updates the email address for Liam Girdwood as my old address is no
longer valid.
Signed-off-by: Liam Girdwood <lrg@slimlogic.co.uk>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Diffstat (limited to 'drivers/input/touchscreen/wm9713.c')
-rw-r--r-- | drivers/input/touchscreen/wm9713.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/drivers/input/touchscreen/wm9713.c b/drivers/input/touchscreen/wm9713.c index 838458792ea0..1a98369a66b7 100644 --- a/drivers/input/touchscreen/wm9713.c +++ b/drivers/input/touchscreen/wm9713.c | |||
@@ -2,8 +2,7 @@ | |||
2 | * wm9713.c -- Codec touch driver for Wolfson WM9713 AC97 Codec. | 2 | * wm9713.c -- Codec touch driver for Wolfson WM9713 AC97 Codec. |
3 | * | 3 | * |
4 | * Copyright 2003, 2004, 2005, 2006, 2007, 2008 Wolfson Microelectronics PLC. | 4 | * Copyright 2003, 2004, 2005, 2006, 2007, 2008 Wolfson Microelectronics PLC. |
5 | * Author: Liam Girdwood | 5 | * Author: Liam Girdwood <lrg@slimlogic.co.uk> |
6 | * liam.girdwood@wolfsonmicro.com or linux@wolfsonmicro.com | ||
7 | * Parts Copyright : Ian Molton <spyro@f2s.com> | 6 | * Parts Copyright : Ian Molton <spyro@f2s.com> |
8 | * Andrew Zabolotny <zap@homelink.ru> | 7 | * Andrew Zabolotny <zap@homelink.ru> |
9 | * Russell King <rmk@arm.linux.org.uk> | 8 | * Russell King <rmk@arm.linux.org.uk> |
@@ -477,6 +476,6 @@ struct wm97xx_codec_drv wm9713_codec = { | |||
477 | EXPORT_SYMBOL_GPL(wm9713_codec); | 476 | EXPORT_SYMBOL_GPL(wm9713_codec); |
478 | 477 | ||
479 | /* Module information */ | 478 | /* Module information */ |
480 | MODULE_AUTHOR("Liam Girdwood <liam.girdwood@wolfsonmicro.com>"); | 479 | MODULE_AUTHOR("Liam Girdwood <lrg@slimlogic.co.uk>"); |
481 | MODULE_DESCRIPTION("WM9713 Touch Screen Driver"); | 480 | MODULE_DESCRIPTION("WM9713 Touch Screen Driver"); |
482 | MODULE_LICENSE("GPL"); | 481 | MODULE_LICENSE("GPL"); |