]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/net/sch_generic.h
[NET]: Move Qdisc_class_ops and Qdisc_ops in appropriate sections.
[linux-2.6-omap-h63xx.git] / include / net / sch_generic.h
index 4c3b35153c3722b2a5871cf78ed11023f7fa9e17..9418ac26c986eb3911904cc5ff09735df4bd0d2c 100644 (file)
@@ -86,7 +86,7 @@ struct Qdisc_class_ops
 struct Qdisc_ops
 {
        struct Qdisc_ops        *next;
-       struct Qdisc_class_ops  *cl_ops;
+       const struct Qdisc_class_ops    *cl_ops;
        char                    id[IFNAMSIZ];
        int                     priv_size;