]> git.baikalelectronics.ru Git - kernel.git/commit
cls_flower: Fix compile error
authorBrian Haley <brian.haley@hp.com>
Thu, 14 May 2015 17:20:15 +0000 (13:20 -0400)
committerDavid S. Miller <davem@davemloft.net>
Thu, 14 May 2015 17:34:35 +0000 (13:34 -0400)
commitae87a57d76e83859f180a4f3da937d12234c974d
tree1912536ccc927df3b9b769b3f434e8947244b943
parenta52c83e05e9acb125c5f0c4048100d5981b24c9c
cls_flower: Fix compile error

Fix compile error in net/sched/cls_flower.c

    net/sched/cls_flower.c: In function ‘fl_set_key’:
    net/sched/cls_flower.c:240:3: error: implicit declaration of
     function ‘tcf_change_indev’ [-Werror=implicit-function-declaration]
       err = tcf_change_indev(net, tb[TCA_FLOWER_INDEV]);

Introduced in 89e00481006cf

Fixes: 89e00481006cf ("tc: introduce Flower classifier")
Signed-off-by: Brian Haley <brian.haley@hp.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/sched/cls_flower.c