aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen/wm9712.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/input/touchscreen/wm9712.c')
-rw-r--r--drivers/input/touchscreen/wm9712.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/drivers/input/touchscreen/wm9712.c b/drivers/input/touchscreen/wm9712.c
index 4c5d85a249ae..e2085da1c79f 100644
--- a/drivers/input/touchscreen/wm9712.c
+++ b/drivers/input/touchscreen/wm9712.c
@@ -2,8 +2,7 @@
2 * wm9712.c -- Codec driver for Wolfson WM9712 AC97 Codecs. 2 * wm9712.c -- Codec driver for Wolfson WM9712 AC97 Codecs.
3 * 3 *
4 * Copyright 2003, 2004, 2005, 2006, 2007 Wolfson Microelectronics PLC. 4 * Copyright 2003, 2004, 2005, 2006, 2007 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>
@@ -463,6 +462,6 @@ struct wm97xx_codec_drv wm9712_codec = {
463EXPORT_SYMBOL_GPL(wm9712_codec); 462EXPORT_SYMBOL_GPL(wm9712_codec);
464 463
465/* Module information */ 464/* Module information */
466MODULE_AUTHOR("Liam Girdwood <liam.girdwood@wolfsonmicro.com>"); 465MODULE_AUTHOR("Liam Girdwood <lrg@slimlogic.co.uk>");
467MODULE_DESCRIPTION("WM9712 Touch Screen Driver"); 466MODULE_DESCRIPTION("WM9712 Touch Screen Driver");
468MODULE_LICENSE("GPL"); 467MODULE_LICENSE("GPL");