net/sched: Add module aliases for cls_,sch_,act_ modules
[linux-2.6-microblaze.git] / net / sched / act_simple.c
index 0a3e928..f3abe05 100644 (file)
@@ -209,6 +209,7 @@ static struct tc_action_ops act_simp_ops = {
        .init           =       tcf_simp_init,
        .size           =       sizeof(struct tcf_defact),
 };
+MODULE_ALIAS_NET_ACT("simple");
 
 static __net_init int simp_init_net(struct net *net)
 {