aboutsummaryrefslogtreecommitdiffstats
path: root/net/decnet/dn_dev.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/decnet/dn_dev.c')
-rw-r--r--net/decnet/dn_dev.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/net/decnet/dn_dev.c b/net/decnet/dn_dev.c
index 632c5a90b589..88ea7a13bb24 100644
--- a/net/decnet/dn_dev.c
+++ b/net/decnet/dn_dev.c
@@ -46,6 +46,7 @@
46#include <net/neighbour.h> 46#include <net/neighbour.h>
47#include <net/dst.h> 47#include <net/dst.h>
48#include <net/flow.h> 48#include <net/flow.h>
49#include <net/fib_rules.h>
49#include <net/dn.h> 50#include <net/dn.h>
50#include <net/dn_dev.h> 51#include <net/dn_dev.h>
51#include <net/dn_route.h> 52#include <net/dn_route.h>
@@ -1418,8 +1419,6 @@ static struct rtnetlink_link dnet_rtnetlink_table[RTM_NR_MSGTYPES] =
1418 [RTM_DELROUTE - RTM_BASE] = { .doit = dn_fib_rtm_delroute, }, 1419 [RTM_DELROUTE - RTM_BASE] = { .doit = dn_fib_rtm_delroute, },
1419 [RTM_GETROUTE - RTM_BASE] = { .doit = dn_cache_getroute, 1420 [RTM_GETROUTE - RTM_BASE] = { .doit = dn_cache_getroute,
1420 .dumpit = dn_fib_dump, }, 1421 .dumpit = dn_fib_dump, },
1421 [RTM_NEWRULE - RTM_BASE] = { .doit = dn_fib_rtm_newrule, },
1422 [RTM_DELRULE - RTM_BASE] = { .doit = dn_fib_rtm_delrule, },
1423 [RTM_GETRULE - RTM_BASE] = { .dumpit = dn_fib_dump_rules, }, 1422 [RTM_GETRULE - RTM_BASE] = { .dumpit = dn_fib_dump_rules, },
1424#else 1423#else
1425 [RTM_GETROUTE - RTM_BASE] = { .doit = dn_cache_getroute, 1424 [RTM_GETROUTE - RTM_BASE] = { .doit = dn_cache_getroute,