From: Liao Yuanhong Date: Tue, 19 Aug 2025 13:11:54 +0000 (+0800) Subject: staging: gpib: tnt4882: Remove redundant header files X-Git-Tag: v6.18-rc1~75^2~42 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=91180c6662774cb8f9b69b9bdde0b57babbe14b0;p=thirdparty%2Fkernel%2Fstable.git 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 --- 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