From: David Ahern Date: Thu, 2 Feb 2017 02:41:25 +0000 (-0800) Subject: net: ipv4: remove fib_lookup.h from devinet.c include list X-Git-Tag: Ubuntu-5.13.0-19.19~14024^2~250 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=661091093918657ab544fb8ca91a5ab172a986dc;p=mirror_ubuntu-jammy-kernel.git net: ipv4: remove fib_lookup.h from devinet.c include list nothing in devinet.c relies on fib_lookup.h; remove it from the includes Signed-off-by: David Ahern Signed-off-by: David S. Miller --- diff --git a/net/ipv4/devinet.c b/net/ipv4/devinet.c index 4cd2ee8857d2..5d367b7ff542 100644 --- a/net/ipv4/devinet.c +++ b/net/ipv4/devinet.c @@ -65,8 +65,6 @@ #include #include -#include "fib_lookup.h" - static struct ipv4_devconf ipv4_devconf = { .data = { [IPV4_DEVCONF_ACCEPT_REDIRECTS - 1] = 1,