net_sched: remove get_stats from tc_action_ops
[pandora-kernel.git] / include / net / act_api.h
index 9e90fdf..04c6825 100644 (file)
@@ -72,7 +72,6 @@ struct tc_action_ops {
        __u32   capab;  /* capabilities includes 4 bit version */
        struct module           *owner;
        int     (*act)(struct sk_buff *, const struct tc_action *, struct tcf_result *);
-       int     (*get_stats)(struct sk_buff *, struct tc_action *);
        int     (*dump)(struct sk_buff *, struct tc_action *, int, int);
        int     (*cleanup)(struct tc_action *, int bind);
        int     (*lookup)(struct tc_action *, u32);