From 1018825a9539a67aa381ff033a49355eb03bd84d Mon Sep 17 00:00:00 2001 From: Zhengchao Shao Date: Tue, 30 Jul 2024 09:25:03 +0800 Subject: [PATCH] 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 --- net/smc/smc_loopback.h | 1 - 1 file changed, 1 deletion(-) diff --git a/net/smc/smc_loopback.h b/net/smc/smc_loopback.h index 6dd4292dae56..04dc6808d2e1 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)