net/sched: Add module aliases for cls_,sch_,act_ modules
[linux-2.6-microblaze.git] / net / sched / sch_hfsc.c
index 16c45da..4e626df 100644 (file)
@@ -1679,6 +1679,7 @@ static struct Qdisc_ops hfsc_qdisc_ops __read_mostly = {
        .priv_size      = sizeof(struct hfsc_sched),
        .owner          = THIS_MODULE
 };
+MODULE_ALIAS_NET_SCH("hfsc");
 
 static int __init
 hfsc_init(void)