summaryrefslogtreecommitdiff
path: root/drivers/video
diff options
context:
space:
mode:
authorThomas Zimmermann <tzimmermann@suse.de>2024-09-06 10:52:30 +0300
committerLee Jones <lee@kernel.org>2024-09-30 18:49:42 +0300
commit516f3251429068a963d498a35441c0afaea6d1a4 (patch)
treef57219182daa9645c01cac86983bbfc557493103 /drivers/video
parent7c14e7a3fda5bd7323dcee60c69a47773f1fd6c6 (diff)
downloadlinux-516f3251429068a963d498a35441c0afaea6d1a4.tar.xz
backlight: platform_lcd: Remove include statement for <linux/backlight.h>
This lcd driver does not depend on backlight interfaces. Remove the include statement. Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de> Reviewed-by: Daniel Thompson <daniel.thompson@linaro.org> Link: https://lore.kernel.org/r/20240906075439.98476-17-tzimmermann@suse.de Signed-off-by: Lee Jones <lee@kernel.org>
Diffstat (limited to 'drivers/video')
-rw-r--r--drivers/video/backlight/platform_lcd.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/video/backlight/platform_lcd.c b/drivers/video/backlight/platform_lcd.c
index b0af612834a7..08d0ff400d88 100644
--- a/drivers/video/backlight/platform_lcd.c
+++ b/drivers/video/backlight/platform_lcd.c
@@ -10,7 +10,6 @@
#include <linux/module.h>
#include <linux/platform_device.h>
#include <linux/fb.h>
-#include <linux/backlight.h>
#include <linux/lcd.h>
#include <linux/slab.h>