aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
Diffstat (limited to 'net')
-rw-r--r--net/ipv6/fib6_rules.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/net/ipv6/fib6_rules.c b/net/ipv6/fib6_rules.c
index 01a2de1f5e87..0ff1cfd55bc4 100644
--- a/net/ipv6/fib6_rules.c
+++ b/net/ipv6/fib6_rules.c
@@ -22,8 +22,7 @@
22#include <net/ip6_route.h> 22#include <net/ip6_route.h>
23#include <net/netlink.h> 23#include <net/netlink.h>
24 24
25struct fib6_rule 25struct fib6_rule {
26{
27 struct fib_rule common; 26 struct fib_rule common;
28 struct rt6key src; 27 struct rt6key src;
29 struct rt6key dst; 28 struct rt6key dst;