X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=net%2Fsched%2Fem_text.c;h=e8f46169449d8c5985cba6baed0096aa1610b2ab;hb=5351fb106a84d6ac584c2501e3b335093d38a58c;hp=77beabc91fa37107d662bd837a448a3d23cb944f;hpb=2c2a68b84752cb1090fd2456e8b83e5bcc0e73c4;p=powerpc.git diff --git a/net/sched/em_text.c b/net/sched/em_text.c index 77beabc91f..e8f4616944 100644 --- a/net/sched/em_text.c +++ b/net/sched/em_text.c @@ -9,11 +9,9 @@ * Authors: Thomas Graf */ -#include #include #include #include -#include #include #include #include @@ -126,7 +124,7 @@ static int em_text_dump(struct sk_buff *skb, struct tcf_ematch *m) rtattr_failure: return -1; -} +} static struct tcf_ematch_ops em_text_ops = { .kind = TCF_EM_TEXT, @@ -143,7 +141,7 @@ static int __init init_em_text(void) return tcf_em_register(&em_text_ops); } -static void __exit exit_em_text(void) +static void __exit exit_em_text(void) { tcf_em_unregister(&em_text_ops); }