summaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorZhengchao Shao <shaozhengchao@huawei.com>2024-07-30 09:25:03 +0800
committerDavid S. Miller <davem@davemloft.net>2024-07-31 11:48:58 +0100
commit1018825a9539a67aa381ff033a49355eb03bd84d (patch)
tree2c439a4536b771a582c3c1814d4e99a247e23175 /net
parentb735154aeb3366b249ab52bbfa0aa8a4c61c9a44 (diff)
downloadlinux-stable-1018825a9539a67aa381ff033a49355eb03bd84d.tar.gz
linux-stable-1018825a9539a67aa381ff033a49355eb03bd84d.tar.bz2
linux-stable-1018825a9539a67aa381ff033a49355eb03bd84d.zip
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 <shaozhengchao@huawei.com> Reviewed-by: Simon Horman <horms@kernel.org> Reviewed-by: D. Wythe <alibuda@linux.alibaba.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net')
-rw-r--r--net/smc/smc_loopback.h1
1 files changed, 0 insertions, 1 deletions
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 <linux/device.h>
-#include <linux/err.h>
#include <net/smc.h>
#if IS_ENABLED(CONFIG_SMC_LO)