diff options
author | David Ahern <dsa@cumulusnetworks.com> | 2017-02-01 18:41:25 -0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-02-02 23:09:08 -0500 |
commit | 661091093918657ab544fb8ca91a5ab172a986dc (patch) | |
tree | 639e5586a03e9d4674a3b489e05c0491f52b4793 | |
parent | b9ea2a7be758f2c07a0c044645edc409a8a388fd (diff) | |
download | linux-exynos-661091093918657ab544fb8ca91a5ab172a986dc.tar.gz linux-exynos-661091093918657ab544fb8ca91a5ab172a986dc.tar.bz2 linux-exynos-661091093918657ab544fb8ca91a5ab172a986dc.zip |
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 <dsa@cumulusnetworks.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r-- | net/ipv4/devinet.c | 2 |
1 files changed, 0 insertions, 2 deletions
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 <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, |