]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commitdiff
net: ipv4: remove fib_lookup.h from devinet.c include list
authorDavid Ahern <dsa@cumulusnetworks.com>
Thu, 2 Feb 2017 02:41:25 +0000 (18:41 -0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 3 Feb 2017 04:09:08 +0000 (23:09 -0500)
nothing in devinet.c relies on fib_lookup.h; remove it from the includes

Signed-off-by: David Ahern <dsa@cumulusnetworks.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/devinet.c

index 4cd2ee8857d2c72d7b67ee37ca36bf5442169581..5d367b7ff542c038cb1a944595df458ae7661132 100644 (file)
@@ -65,8 +65,6 @@
 #include <net/net_namespace.h>
 #include <net/addrconf.h>
 
-#include "fib_lookup.h"
-
 static struct ipv4_devconf ipv4_devconf = {
        .data = {
                [IPV4_DEVCONF_ACCEPT_REDIRECTS - 1] = 1,