]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - net/sched/sch_gred.c
[NET]: Move Qdisc_class_ops and Qdisc_ops in appropriate sections.
[linux-2.6-omap-h63xx.git] / net / sched / sch_gred.c
index 3cc6dda02e2e0a1297ecc8a2d5a7e3707a4b556c..e2bcd6682c70142438753e0aa942175d5da75656 100644 (file)
@@ -577,7 +577,7 @@ static void gred_destroy(struct Qdisc *sch)
        }
 }
 
-static struct Qdisc_ops gred_qdisc_ops = {
+static struct Qdisc_ops gred_qdisc_ops __read_mostly = {
        .id             =       "gred",
        .priv_size      =       sizeof(struct gred_sched),
        .enqueue        =       gred_enqueue,