diff --git a/include/net/ip6_fib.h b/include/net/ip6_fib.h index fd60a8ac02ee0063967dab67ef6ce6fa2f98909e..6ec26e4d7f11fbdd2039f12082c1d059dc6c459f 100644 --- a/include/net/ip6_fib.h +++ b/include/net/ip6_fib.h @@ -198,7 +198,7 @@ struct fib6_info { struct rcu_head rcu; struct nexthop *nh; - struct fib6_nh fib6_nh[0]; + struct fib6_nh fib6_nh[]; }; struct rt6_info {