pkt_sched: Add qdisc->ops->peek() implementation.
[pandora-kernel.git] / net / sched / cls_api.c
index 8eb79e9..16e7ac9 100644 (file)
@@ -227,7 +227,7 @@ replay:
                err = -ENOENT;
                tp_ops = tcf_proto_lookup_ops(tca[TCA_KIND]);
                if (tp_ops == NULL) {
-#ifdef CONFIG_KMOD
+#ifdef CONFIG_MODULES
                        struct nlattr *kind = tca[TCA_KIND];
                        char name[IFNAMSIZ];