diff options
Diffstat (limited to 'drivers/video/backlight/pandora_bl.c')
-rw-r--r-- | drivers/video/backlight/pandora_bl.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/video/backlight/pandora_bl.c b/drivers/video/backlight/pandora_bl.c index 9618766e3866..f946470ce9f6 100644 --- a/drivers/video/backlight/pandora_bl.c +++ b/drivers/video/backlight/pandora_bl.c | |||
@@ -1,13 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Backlight driver for Pandora handheld. | 3 | * Backlight driver for Pandora handheld. |
3 | * Pandora uses TWL4030 PWM0 -> TPS61161 combo for control backlight. | 4 | * Pandora uses TWL4030 PWM0 -> TPS61161 combo for control backlight. |
4 | * Based on pwm_bl.c | 5 | * Based on pwm_bl.c |
5 | * | 6 | * |
6 | * Copyright 2009,2012 Gražvydas Ignotas <notasas@gmail.com> | 7 | * Copyright 2009,2012 Gražvydas Ignotas <notasas@gmail.com> |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License version 2 as | ||
10 | * published by the Free Software Foundation. | ||
11 | */ | 8 | */ |
12 | 9 | ||
13 | #include <linux/module.h> | 10 | #include <linux/module.h> |