]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
staging: gpib: tnt4882: Remove redundant header files
authorLiao Yuanhong <liaoyuanhong@vivo.com>
Tue, 19 Aug 2025 13:11:54 +0000 (21:11 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 6 Sep 2025 13:54:23 +0000 (15:54 +0200)
commit91180c6662774cb8f9b69b9bdde0b57babbe14b0
treef6291b09df00a3b4995c7439bbd6ca67ca5563e6
parent5141ae32d4b8971d7b689854fd47a200e695bda3
staging: gpib: tnt4882: Remove redundant header files

The header file <linux/ioport.h> 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 <liaoyuanhong@vivo.com>
Link: https://lore.kernel.org/r/20250819131203.152724-1-liaoyuanhong@vivo.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/gpib/tnt4882/tnt4882_gpib.c