diff options
Diffstat (limited to 'net/sched/em_cmp.c')
-rw-r--r-- | net/sched/em_cmp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sched/em_cmp.c b/net/sched/em_cmp.c index 8ed93c39b4ea..8d6dacd81900 100644 --- a/net/sched/em_cmp.c +++ b/net/sched/em_cmp.c | |||
@@ -88,7 +88,7 @@ static int __init init_em_cmp(void) | |||
88 | return tcf_em_register(&em_cmp_ops); | 88 | return tcf_em_register(&em_cmp_ops); |
89 | } | 89 | } |
90 | 90 | ||
91 | static void __exit exit_em_cmp(void) | 91 | static void __exit exit_em_cmp(void) |
92 | { | 92 | { |
93 | tcf_em_unregister(&em_cmp_ops); | 93 | tcf_em_unregister(&em_cmp_ops); |
94 | } | 94 | } |