X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=net%2Fipv4%2Fipmr.c;h=866ee89f5254a4d6b401c4d9152d15640802b6b8;hb=16651fc2f30dfe14dcdd59cf0ccb4e1ccdba4dc7;hp=3a2c0162c3badeed716599e538ed06426ddc7199;hpb=cd369c2239dd08c273c0fafbbea44e3e0c509ebd;p=firefly-linux-kernel-4.4.55.git diff --git a/net/ipv4/ipmr.c b/net/ipv4/ipmr.c index 3a2c0162c3ba..866ee89f5254 100644 --- a/net/ipv4/ipmr.c +++ b/net/ipv4/ipmr.c @@ -233,7 +233,6 @@ static const struct fib_rules_ops __net_initconst ipmr_rules_ops_template = { .match = ipmr_rule_match, .configure = ipmr_rule_configure, .compare = ipmr_rule_compare, - .default_pref = fib_default_rule_pref, .fill = ipmr_rule_fill, .nlgroup = RTNLGRP_IPV4_RULE, .policy = ipmr_rule_policy,