Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 651a6493 authored by Jamal Hadi Salim's avatar Jamal Hadi Salim Committed by David S. Miller
Browse files

net_sched: Use default action walker methods

parent 382ca8a1
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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");
+0 −1
Original line number Diff line number Diff line
@@ -207,7 +207,6 @@ static struct tc_action_ops act_gact_ops = {
	.dump		=	tcf_gact_dump,
	.cleanup	=	tcf_gact_cleanup,
	.init		=	tcf_gact_init,
	.walk		=	tcf_generic_walker
};

MODULE_AUTHOR("Jamal Hadi Salim(2002-4)");
+0 −2
Original line number Diff line number Diff line
@@ -299,7 +299,6 @@ static struct tc_action_ops act_ipt_ops = {
	.dump		=	tcf_ipt_dump,
	.cleanup	=	tcf_ipt_cleanup,
	.init		=	tcf_ipt_init,
	.walk		=	tcf_generic_walker
};

static struct tc_action_ops act_xt_ops = {
@@ -312,7 +311,6 @@ static struct tc_action_ops act_xt_ops = {
	.dump		=	tcf_ipt_dump,
	.cleanup	=	tcf_ipt_cleanup,
	.init		=	tcf_ipt_init,
	.walk		=	tcf_generic_walker
};

MODULE_AUTHOR("Jamal Hadi Salim(2002-13)");
+0 −1
Original line number Diff line number Diff line
@@ -272,7 +272,6 @@ static struct tc_action_ops act_mirred_ops = {
	.dump		=	tcf_mirred_dump,
	.cleanup	=	tcf_mirred_cleanup,
	.init		=	tcf_mirred_init,
	.walk		=	tcf_generic_walker
};

MODULE_AUTHOR("Jamal Hadi Salim(2002)");
+0 −1
Original line number Diff line number Diff line
@@ -309,7 +309,6 @@ static struct tc_action_ops act_nat_ops = {
	.dump		=	tcf_nat_dump,
	.cleanup	=	tcf_nat_cleanup,
	.init		=	tcf_nat_init,
	.walk		=	tcf_generic_walker
};

MODULE_DESCRIPTION("Stateless NAT actions");
Loading