aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/video')
-rw-r--r--drivers/video/backlight/da903x_bl.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/video/backlight/da903x_bl.c b/drivers/video/backlight/da903x_bl.c
index 6891754143d4..8179cef0730f 100644
--- a/drivers/video/backlight/da903x_bl.c
+++ b/drivers/video/backlight/da903x_bl.c
@@ -2,10 +2,10 @@
2 * Backlight driver for Dialog Semiconductor DA9030/DA9034 2 * Backlight driver for Dialog Semiconductor DA9030/DA9034
3 * 3 *
4 * Copyright (C) 2008 Compulab, Ltd. 4 * Copyright (C) 2008 Compulab, Ltd.
5 * Mike Rapoport <mike@compulab.co.il> 5 * Mike Rapoport <mike@compulab.co.il>
6 * 6 *
7 * Copyright (C) 2006-2008 Marvell International Ltd. 7 * Copyright (C) 2006-2008 Marvell International Ltd.
8 * Eric Miao <eric.miao@marvell.com> 8 * Eric Miao <eric.miao@marvell.com>
9 * 9 *
10 * This program is free software; you can redistribute it and/or modify 10 * This program is free software; you can redistribute it and/or modify
11 * it under the terms of the GNU General Public License version 2 as 11 * it under the terms of the GNU General Public License version 2 as
@@ -198,7 +198,7 @@ static struct platform_driver da903x_backlight_driver = {
198module_platform_driver(da903x_backlight_driver); 198module_platform_driver(da903x_backlight_driver);
199 199
200MODULE_DESCRIPTION("Backlight Driver for Dialog Semiconductor DA9030/DA9034"); 200MODULE_DESCRIPTION("Backlight Driver for Dialog Semiconductor DA9030/DA9034");
201MODULE_AUTHOR("Eric Miao <eric.miao@marvell.com>" 201MODULE_AUTHOR("Eric Miao <eric.miao@marvell.com>");
202 "Mike Rapoport <mike@compulab.co.il>"); 202MODULE_AUTHOR("Mike Rapoport <mike@compulab.co.il>");
203MODULE_LICENSE("GPL"); 203MODULE_LICENSE("GPL");
204MODULE_ALIAS("platform:da903x-backlight"); 204MODULE_ALIAS("platform:da903x-backlight");