aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/backlight/ep93xx_bl.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/video/backlight/ep93xx_bl.c')
-rw-r--r--drivers/video/backlight/ep93xx_bl.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/video/backlight/ep93xx_bl.c b/drivers/video/backlight/ep93xx_bl.c
index 0067931821c6..4149e0b2f83c 100644
--- a/drivers/video/backlight/ep93xx_bl.c
+++ b/drivers/video/backlight/ep93xx_bl.c
@@ -1,12 +1,9 @@
1// SPDX-License-Identifier: GPL-2.0-only
1/* 2/*
2 * Driver for the Cirrus EP93xx lcd backlight 3 * Driver for the Cirrus EP93xx lcd backlight
3 * 4 *
4 * Copyright (c) 2010 H Hartley Sweeten <hsweeten@visionengravers.com> 5 * Copyright (c) 2010 H Hartley Sweeten <hsweeten@visionengravers.com>
5 * 6 *
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License version 2 as
8 * published by the Free Software Foundation.
9 *
10 * This driver controls the pulse width modulated brightness control output, 7 * This driver controls the pulse width modulated brightness control output,
11 * BRIGHT, on the Cirrus EP9307, EP9312, and EP9315 processors. 8 * BRIGHT, on the Cirrus EP9307, EP9312, and EP9315 processors.
12 */ 9 */