]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - net/sched/em_cmp.c
omap mailbox: fix empty struct device for omap2
[linux-2.6-omap-h63xx.git] / net / sched / em_cmp.c
index 8ed93c39b4eaa5dcd76e2ebdeee3690dad3bb5eb..cc49c932641d97c66521c13b45fb4374792d8c4a 100644 (file)
@@ -88,7 +88,7 @@ static int __init init_em_cmp(void)
        return tcf_em_register(&em_cmp_ops);
 }
 
-static void __exit exit_em_cmp(void) 
+static void __exit exit_em_cmp(void)
 {
        tcf_em_unregister(&em_cmp_ops);
 }
@@ -98,3 +98,4 @@ MODULE_LICENSE("GPL");
 module_init(init_em_cmp);
 module_exit(exit_em_cmp);
 
+MODULE_ALIAS_TCF_EMATCH(TCF_EM_CMP);