aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZhengchao Shao <[email protected]>2024-07-30 09:25:03 +0800
committerDavid S. Miller <[email protected]>2024-07-31 11:48:58 +0100
commit1018825a9539a67aa381ff033a49355eb03bd84d (patch)
tree2c439a4536b771a582c3c1814d4e99a247e23175
parentb735154aeb3366b249ab52bbfa0aa8a4c61c9a44 (diff)
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 <[email protected]> Reviewed-by: Simon Horman <[email protected]> Reviewed-by: D. Wythe <[email protected]> Signed-off-by: David S. Miller <[email protected]>
-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)