aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched/act_csum.c
diff options
context:
space:
mode:
authorJamal Hadi Salim <jhs@mojatatu.com>2013-12-04 09:26:56 -0500
committerDavid S. Miller <davem@davemloft.net>2013-12-05 19:28:43 -0500
commit651a6493ae5c055c78777bb7178c23b5565631da (patch)
tree8d5d270efec1fa7c8054d119aec529aaae9bbb84 /net/sched/act_csum.c
parentnet_sched: Provide default walker function for actions (diff)
downloadlinux-dev-651a6493ae5c055c78777bb7178c23b5565631da.tar.xz
linux-dev-651a6493ae5c055c78777bb7178c23b5565631da.zip
net_sched: Use default action walker methods
Signed-off-by: Jamal Hadi Salim <jhs@mojatatu.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to '')
-rw-r--r--net/sched/act_csum.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/sched/act_csum.c b/net/sched/act_csum.c
index 4225a9382a2b..5c5edf56adbd 100644
--- a/net/sched/act_csum.c
+++ b/net/sched/act_csum.c
@@ -586,7 +586,6 @@ static struct tc_action_ops act_csum_ops = {
.dump = tcf_csum_dump,
.cleanup = tcf_csum_cleanup,
.init = tcf_csum_init,
- .walk = tcf_generic_walker
};
MODULE_DESCRIPTION("Checksum updating actions");