aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/media/video/tuner-xc2028.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/media/video/tuner-xc2028.c b/drivers/media/video/tuner-xc2028.c
index c5bdeff54288..813b54971e1a 100644
--- a/drivers/media/video/tuner-xc2028.c
+++ b/drivers/media/video/tuner-xc2028.c
@@ -1,8 +1,10 @@
1/* tuner-xc2028 1/* tuner-xc2028
2 * 2 *
3 * Copyright (c) 2007 Mauro Carvalho Chehab (mchehab@infradead.org) 3 * Copyright (c) 2007 Mauro Carvalho Chehab (mchehab@infradead.org)
4 *
4 * Copyright (c) 2007 Michel Ludwig (michel.ludwig@gmail.com) 5 * Copyright (c) 2007 Michel Ludwig (michel.ludwig@gmail.com)
5 * - frontend interface 6 * - frontend interface
7 *
6 * This code is placed under the terms of the GNU General Public License v2 8 * This code is placed under the terms of the GNU General Public License v2
7 */ 9 */
8 10
@@ -768,5 +770,6 @@ int xc2028_attach(struct dvb_frontend *fe, struct i2c_adapter* i2c_adap,
768EXPORT_SYMBOL(xc2028_attach); 770EXPORT_SYMBOL(xc2028_attach);
769 771
770MODULE_DESCRIPTION("Xceive xc2028/xc3028 tuner driver"); 772MODULE_DESCRIPTION("Xceive xc2028/xc3028 tuner driver");
773MODULE_AUTHOR("Michel Ludwig <michel.ludwig@gmail.com>");
771MODULE_AUTHOR("Mauro Carvalho Chehab <mchehab@infradead.org>"); 774MODULE_AUTHOR("Mauro Carvalho Chehab <mchehab@infradead.org>");
772MODULE_LICENSE("GPL"); 775MODULE_LICENSE("GPL");