diff options
author | Zhengchao Shao <shaozhengchao@huawei.com> | 2024-07-30 03:25:03 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2024-07-31 12:48:58 +0200 |
commit | 1018825a9539a67aa381ff033a49355eb03bd84d (patch) | |
tree | 2c439a4536b771a582c3c1814d4e99a247e23175 /net/smc/smc_loopback.h | |
parent | dt-bindings: net: dsa: vsc73xx: add {rx,tx}-internal-delay-ps (diff) | |
download | linux-1018825a9539a67aa381ff033a49355eb03bd84d.tar.xz linux-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/smc/smc_loopback.h')
-rw-r--r-- | net/smc/smc_loopback.h | 1 |
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) |