net: Remove protocol from struct dst_ops
[deliverable/linux.git] / net / ipv4 / xfrm4_policy.c
index 6156f68a1e90b53f7504a1e6f729b60c29d52b3a..c224c856247bbfbed37394f2b4ed085d072989d1 100644 (file)
@@ -232,7 +232,6 @@ static void xfrm4_dst_ifdown(struct dst_entry *dst, struct net_device *dev,
 
 static struct dst_ops xfrm4_dst_ops = {
        .family =               AF_INET,
-       .protocol =             cpu_to_be16(ETH_P_IP),
        .gc =                   xfrm4_garbage_collect,
        .update_pmtu =          xfrm4_update_pmtu,
        .redirect =             xfrm4_redirect,
This page took 0.038542 seconds and 5 git commands to generate.