Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
[linux-2.6-microblaze.git] / net / sched / act_gact.c
index e540e31..75492b0 100644 (file)
@@ -74,7 +74,8 @@ static int tcf_gact_init(struct net *net, struct nlattr *nla,
        if (nla == NULL)
                return -EINVAL;
 
-       err = nla_parse_nested(tb, TCA_GACT_MAX, nla, gact_policy, NULL);
+       err = nla_parse_nested_deprecated(tb, TCA_GACT_MAX, nla, gact_policy,
+                                         NULL);
        if (err < 0)
                return err;