backlight: lms501kf03: Remove unnecessary include of <linux/backlight.h>

This lcd driver is independent from the backlight code.

Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Reviewed-by: Daniel Thompson <daniel.thompson@linaro.org>
Link: https://lore.kernel.org/r/20240906075439.98476-13-tzimmermann@suse.de
Signed-off-by: Lee Jones <lee@kernel.org>
This commit is contained in:
Thomas Zimmermann 2024-09-06 09:52:26 +02:00 committed by Lee Jones
parent 3b53bf14d4
commit 2576e64bc8

View File

@ -6,7 +6,6 @@
* Author: Jingoo Han <jg1.han@samsung.com>
*/
#include <linux/backlight.h>
#include <linux/delay.h>
#include <linux/fb.h>
#include <linux/lcd.h>