diff options
Diffstat (limited to 'drivers/video/exynos/exynos_pwm_bl.c')
-rw-r--r-- | drivers/video/exynos/exynos_pwm_bl.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/video/exynos/exynos_pwm_bl.c b/drivers/video/exynos/exynos_pwm_bl.c index a6890daf20..a3d467aa23 100644 --- a/drivers/video/exynos/exynos_pwm_bl.c +++ b/drivers/video/exynos/exynos_pwm_bl.c @@ -1,11 +1,10 @@ +// SPDX-License-Identifier: GPL-2.0+ /* * PWM BACKLIGHT driver for Board based on EXYNOS. * * Author: Donghwa Lee <dh09.lee@samsung.com> * * Derived from linux/drivers/video/backlight/pwm_backlight.c - * - * SPDX-License-Identifier: GPL-2.0+ */ #include <common.h> |