* [PATCH net-next] net: ipv4: remove fib_lookup.h from devinet.c include list
@ 2017-02-02 2:41 David Ahern
2017-02-03 4:09 ` David Miller
0 siblings, 1 reply; 2+ messages in thread
From: David Ahern @ 2017-02-02 2:41 UTC (permalink / raw)
To: netdev; +Cc: David Ahern
nothing in devinet.c relies on fib_lookup.h; remove it from the includes
Signed-off-by: David Ahern <dsa@cumulusnetworks.com>
---
net/ipv4/devinet.c | 2 --
1 file changed, 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,
--
2.1.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH net-next] net: ipv4: remove fib_lookup.h from devinet.c include list
2017-02-02 2:41 [PATCH net-next] net: ipv4: remove fib_lookup.h from devinet.c include list David Ahern
@ 2017-02-03 4:09 ` David Miller
0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2017-02-03 4:09 UTC (permalink / raw)
To: dsa; +Cc: netdev
From: David Ahern <dsa@cumulusnetworks.com>
Date: Wed, 1 Feb 2017 18:41:25 -0800
> nothing in devinet.c relies on fib_lookup.h; remove it from the includes
>
> Signed-off-by: David Ahern <dsa@cumulusnetworks.com>
Applied.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-02-03 4:09 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-02 2:41 [PATCH net-next] net: ipv4: remove fib_lookup.h from devinet.c include list David Ahern
2017-02-03 4:09 ` David Miller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).