From d520ae4707fd6dafcb55649460059f67f54fc743 Mon Sep 17 00:00:00 2001 From: Thomas Zimmermann Date: Fri, 31 Jan 2025 14:58:45 +0100 Subject: [PATCH] backlight: tps65217_bl: 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-15-tzimmermann@suse.de Signed-off-by: Lee Jones --- drivers/video/backlight/tps65217_bl.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/video/backlight/tps65217_bl.c b/drivers/video/backlight/tps65217_bl.c index d96d713fe7db3..8aa860350644f 100644 --- a/drivers/video/backlight/tps65217_bl.c +++ b/drivers/video/backlight/tps65217_bl.c @@ -11,7 +11,6 @@ #include #include #include -#include #include #include #include -- 2.50.1