From: Thomas Zimmermann Date: Fri, 6 Sep 2024 07:52:30 +0000 (+0200) Subject: backlight: platform_lcd: Remove include statement for X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=516f3251429068a963d498a35441c0afaea6d1a4;p=users%2Fwilly%2Fxarray.git backlight: platform_lcd: Remove include statement for This lcd driver does not depend on backlight interfaces. Remove the include statement. Signed-off-by: Thomas Zimmermann Reviewed-by: Daniel Thompson Link: https://lore.kernel.org/r/20240906075439.98476-17-tzimmermann@suse.de Signed-off-by: Lee Jones --- 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 #include #include -#include #include #include