From 1bcfd16b12265ff29c2e2d8c977a9dcbf2649020 Mon Sep 17 00:00:00 2001 From: Thomas Zimmermann Date: Fri, 31 Jan 2025 10:51:10 +0100 Subject: [PATCH] platform/x86: thinkpad-acpi: Do not include MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Nothing in this source file requires . Remove the include statement. Signed-off-by: Thomas Zimmermann Cc: Henrique de Moraes Holschuh Reviewed-by: Hans de Goede Link: https://lore.kernel.org/r/20250131095235.125533-3-tzimmermann@suse.de Reviewed-by: Ilpo Järvinen Signed-off-by: Ilpo Järvinen --- drivers/platform/x86/thinkpad_acpi.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/platform/x86/thinkpad_acpi.c b/drivers/platform/x86/thinkpad_acpi.c index 1fcb0f99695a..e6c1bcab8fbe 100644 --- a/drivers/platform/x86/thinkpad_acpi.c +++ b/drivers/platform/x86/thinkpad_acpi.c @@ -39,7 +39,6 @@ #include #include #include -#include #include #include #include