[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20210928164011.1454-1-liumh1@shanghaitech.edu.cn>
Date: Wed, 29 Sep 2021 00:40:11 +0800
From: Mianhan Liu <liumh1@...nghaitech.edu.cn>
To: "David S. Miller" <davem@...emloft.net>,
Hideaki YOSHIFUJI <yoshfuji@...ux-ipv6.org>,
David Ahern <dsahern@...nel.org>
CC: Jakub Kicinski <kuba@...nel.org>, <netdev@...r.kernel.org>,
<linux-kernel@...r.kernel.org>,
Mianhan Liu <liumh1@...nghaitech.edu.cn>
Subject: [PATCH -next] net/ipv4/fib_notifier.c remove superfluous header files from fib_notifier.c
fib_notifier.chasn't use any macro or function declared in net/netns/ipv4.h.
Thus, these files can be removed from fib_notifier.c safely without
affecting the compilation of the net/ipv4 module.
Signed-off-by: Mianhan Liu <liumh1@...nghaitech.edu.cn>
---
net/ipv4/fib_notifier.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/net/ipv4/fib_notifier.c b/net/ipv4/fib_notifier.c
index 0c28bd469..0e23ade74 100644
--- a/net/ipv4/fib_notifier.c
+++ b/net/ipv4/fib_notifier.c
@@ -6,7 +6,6 @@
#include <linux/export.h>
#include <net/net_namespace.h>
#include <net/fib_notifier.h>
-#include <net/netns/ipv4.h>
#include <net/ip_fib.h>
int call_fib4_notifier(struct notifier_block *nb,
--
2.25.1
Powered by blists - more mailing lists