diff options
Diffstat (limited to 'net/sched/cls_api.c')
-rw-r--r-- | net/sched/cls_api.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sched/cls_api.c b/net/sched/cls_api.c index 8eb79e92e94c..16e7ac9774e5 100644 --- a/net/sched/cls_api.c +++ b/net/sched/cls_api.c | |||
@@ -227,7 +227,7 @@ replay: | |||
227 | err = -ENOENT; | 227 | err = -ENOENT; |
228 | tp_ops = tcf_proto_lookup_ops(tca[TCA_KIND]); | 228 | tp_ops = tcf_proto_lookup_ops(tca[TCA_KIND]); |
229 | if (tp_ops == NULL) { | 229 | if (tp_ops == NULL) { |
230 | #ifdef CONFIG_KMOD | 230 | #ifdef CONFIG_MODULES |
231 | struct nlattr *kind = tca[TCA_KIND]; | 231 | struct nlattr *kind = tca[TCA_KIND]; |
232 | char name[IFNAMSIZ]; | 232 | char name[IFNAMSIZ]; |
233 | 233 | ||