net: remove struct dst_entry::entry_size
[safe/jmp/linux-2.6] / net / ipv6 / xfrm6_policy.c
index 604bc0a..3b67ce7 100644 (file)
@@ -277,7 +277,6 @@ static struct dst_ops xfrm6_dst_ops = {
        .ifdown =               xfrm6_dst_ifdown,
        .local_out =            __ip6_local_out,
        .gc_thresh =            1024,
-       .entry_size =           sizeof(struct xfrm_dst),
        .entries =              ATOMIC_INIT(0),
 };