From: Zhengchao Shao Date: Tue, 30 Jul 2024 01:25:03 +0000 (+0800) Subject: net/smc: remove unreferenced header in smc_loopback.h file X-Git-Tag: v6.12-rc1~232^2~352^2~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1018825a9539a67aa381ff033a49355eb03bd84d;p=thirdparty%2Fkernel%2Flinux.git net/smc: remove unreferenced header in smc_loopback.h file Because linux/err.h is unreferenced in smc_loopback.h file, so remove it. Signed-off-by: Zhengchao Shao Reviewed-by: Simon Horman Reviewed-by: D. Wythe Signed-off-by: David S. Miller --- diff --git a/net/smc/smc_loopback.h b/net/smc/smc_loopback.h index 6dd4292dae564..04dc6808d2e1b 100644 --- a/net/smc/smc_loopback.h +++ b/net/smc/smc_loopback.h @@ -15,7 +15,6 @@ #define _SMC_LOOPBACK_H #include -#include #include #if IS_ENABLED(CONFIG_SMC_LO)