From 5f02729fadee6dedb638cdb8244f9447c8ad4ef9 Mon Sep 17 00:00:00 2001 From: Thomas Zimmermann Date: Fri, 31 Jan 2025 14:58:42 +0100 Subject: [PATCH] backlight: locomolcd: Do not include This driver does not require . Remove the include statement. Signed-off-by: Thomas Zimmermann Link: https://lore.kernel.org/r/20250131140103.278158-12-tzimmermann@suse.de Signed-off-by: Lee Jones --- drivers/video/backlight/locomolcd.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/video/backlight/locomolcd.c b/drivers/video/backlight/locomolcd.c index 346d3e29a8435..1b493fb0516db 100644 --- a/drivers/video/backlight/locomolcd.c +++ b/drivers/video/backlight/locomolcd.c @@ -16,7 +16,6 @@ #include #include #include -#include #include #include -- 2.50.1