From 91180c6662774cb8f9b69b9bdde0b57babbe14b0 Mon Sep 17 00:00:00 2001 From: Liao Yuanhong Date: Tue, 19 Aug 2025 21:11:54 +0800 Subject: [PATCH] staging: gpib: tnt4882: Remove redundant header files The header file is already included on line 12, outside of the #ifdef CONFIG_GPIB_PCMCIA block. It does not need to be included again inside the #ifdef CONFIG_GPIB_PCMCIA block. Signed-off-by: Liao Yuanhong Link: https://lore.kernel.org/r/20250819131203.152724-1-liaoyuanhong@vivo.com Signed-off-by: Greg Kroah-Hartman --- drivers/staging/gpib/tnt4882/tnt4882_gpib.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/staging/gpib/tnt4882/tnt4882_gpib.c b/drivers/staging/gpib/tnt4882/tnt4882_gpib.c index 29c6884e01fd9..c03a976b73800 100644 --- a/drivers/staging/gpib/tnt4882/tnt4882_gpib.c +++ b/drivers/staging/gpib/tnt4882/tnt4882_gpib.c @@ -1522,7 +1522,6 @@ static void __exit tnt4882_exit_module(void) #include #include #include -#include #include #include -- 2.47.3