net/sched: Add module aliases for cls_,sch_,act_ modules
[linux-2.6-microblaze.git] / net / sched / act_gate.c
index c681cd0..1dd7412 100644 (file)
@@ -645,6 +645,7 @@ static struct tc_action_ops act_gate_ops = {
        .offload_act_setup =    tcf_gate_offload_act_setup,
        .size           =       sizeof(struct tcf_gate),
 };
+MODULE_ALIAS_NET_ACT("gate");
 
 static __net_init int gate_init_net(struct net *net)
 {