]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - net/sched/em_text.c
[NET_SCHED] sch_cbq: deactivating when grafting, purging etc.
[linux-2.6-omap-h63xx.git] / net / sched / em_text.c
index 873840d8d0727f8da965498439a30619093e197a..aa17d8f7c4c873aca24d6ae54ec5247dd8fefd8d 100644 (file)
@@ -9,7 +9,6 @@
  * Authors:    Thomas Graf <tgraf@suug.ch>
  */
 
-#include <linux/config.h>
 #include <linux/module.h>
 #include <linux/types.h>
 #include <linux/kernel.h>
@@ -55,9 +54,6 @@ static int em_text_change(struct tcf_proto *tp, void *data, int len,
        struct ts_config *ts_conf;
        int flags = 0;
 
-       printk("Configuring text: %s from %d:%d to %d:%d len %d\n", conf->algo, conf->from_offset,
-           conf->from_layer, conf->to_offset, conf->to_layer, conf->pattern_len);
-
        if (len < sizeof(*conf) || len < (sizeof(*conf) + conf->pattern_len))
                return -EINVAL;