]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - net/bridge/br_nf_core.c
net: Remove protocol from struct dst_ops
[karo-tx-linux.git] / net / bridge / br_nf_core.c
index 387cb3bd017c0102b73ea2cf7089500ea00a19a9..20cbb727df4d005db840e9940b85177ecb61eec3 100644 (file)
@@ -54,7 +54,6 @@ static unsigned int fake_mtu(const struct dst_entry *dst)
 
 static struct dst_ops fake_dst_ops = {
        .family         = AF_INET,
-       .protocol       = cpu_to_be16(ETH_P_IP),
        .update_pmtu    = fake_update_pmtu,
        .redirect       = fake_redirect,
        .cow_metrics    = fake_cow_metrics,