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/mainstone-wm97xx.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/mainstone-wm97xx.c')
-rw-r--r-- | drivers/input/touchscreen/mainstone-wm97xx.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/drivers/input/touchscreen/mainstone-wm97xx.c b/drivers/input/touchscreen/mainstone-wm97xx.c index 590a1379aa32..09ec98fb9024 100644 --- a/drivers/input/touchscreen/mainstone-wm97xx.c +++ b/drivers/input/touchscreen/mainstone-wm97xx.c | |||
@@ -3,8 +3,7 @@ | |||
3 | * Wolfson WM97xx AC97 Codecs. | 3 | * Wolfson WM97xx AC97 Codecs. |
4 | * | 4 | * |
5 | * Copyright 2004, 2007 Wolfson Microelectronics PLC. | 5 | * Copyright 2004, 2007 Wolfson Microelectronics PLC. |
6 | * Author: Liam Girdwood | 6 | * Author: Liam Girdwood <lrg@slimlogic.co.uk> |
7 | * liam.girdwood@wolfsonmicro.com or linux@wolfsonmicro.com | ||
8 | * Parts Copyright : Ian Molton <spyro@f2s.com> | 7 | * Parts Copyright : Ian Molton <spyro@f2s.com> |
9 | * Andrew Zabolotny <zap@homelink.ru> | 8 | * Andrew Zabolotny <zap@homelink.ru> |
10 | * | 9 | * |
@@ -297,6 +296,6 @@ module_init(mainstone_wm97xx_init); | |||
297 | module_exit(mainstone_wm97xx_exit); | 296 | module_exit(mainstone_wm97xx_exit); |
298 | 297 | ||
299 | /* Module information */ | 298 | /* Module information */ |
300 | MODULE_AUTHOR("Liam Girdwood <liam.girdwood@wolfsonmicro.com>"); | 299 | MODULE_AUTHOR("Liam Girdwood <lrg@slimlogic.co.uk>"); |
301 | MODULE_DESCRIPTION("wm97xx continuous touch driver for mainstone"); | 300 | MODULE_DESCRIPTION("wm97xx continuous touch driver for mainstone"); |
302 | MODULE_LICENSE("GPL"); | 301 | MODULE_LICENSE("GPL"); |