diff --git a/include/net/dst.h b/include/net/dst.h
index b091fd536098918e425394c55c46aae33e923239..349374750ee7009d47574d652a288fa78c623a37 100644
--- a/include/net/dst.h
+++ b/include/net/dst.h
@@ -101,7 +101,6 @@ struct dst_entry {
 	struct lwtunnel_state   *lwtstate;
 	union {
 		struct dst_entry	*next;
-		struct rtable __rcu	*rt_next;
 		struct rt6_info __rcu	*rt6_next;
 		struct dn_route __rcu	*dn_next;
 	};