From 050f2ba1cbe510813ca979ce00ed386d118d13a9 Mon Sep 17 00:00:00 2001 From: Hugo Villeneuve Date: Tue, 21 Jul 2026 10:48:32 -0400 Subject: [PATCH] serial: 8250: remove always included kconfig.h The inclusion of in commit 7ab80d1e72431 ("serial: 8250: fix compile error with hub6_match_port() when compiled as a module") is unneeded as it's guaranteed by the build starting from commit 2a11c8ea20bf ("kconfig: Introduce IS_ENABLED(), IS_BUILTIN() and IS_MODULE()"). Remove it here. Suggested-by: Andy Shevchenko Signed-off-by: Hugo Villeneuve Reviewed-by: Andy Shevchenko Link: https://patch.msgid.link/20260721144847.3728422-1-hugo@hugovil.com Signed-off-by: Greg Kroah-Hartman --- drivers/tty/serial/8250/8250.h | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/tty/serial/8250/8250.h b/drivers/tty/serial/8250/8250.h index b62f88eec881..f72c7e7bb94f 100644 --- a/drivers/tty/serial/8250/8250.h +++ b/drivers/tty/serial/8250/8250.h @@ -8,7 +8,6 @@ */ #include -#include #include #include #include