From 3d5f12d4ff7879bc134232e25ef44cc82b83a41a Mon Sep 17 00:00:00 2001 From: Mianhan Liu Date: Wed, 29 Sep 2021 00:40:11 +0800 Subject: [PATCH] net: ipv4: remove superfluous header files from fib_notifier.c fib_notifier.c hasn'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 Link: https://lore.kernel.org/r/20210928164011.1454-1-liumh1@shanghaitech.edu.cn Signed-off-by: Jakub Kicinski --- 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 0c28bd469a68..0e23ade74493 100644 --- a/net/ipv4/fib_notifier.c +++ b/net/ipv4/fib_notifier.c @@ -6,7 +6,6 @@ #include #include #include -#include #include int call_fib4_notifier(struct notifier_block *nb,