From: Brian Haley <[email protected]>
Date: Thu, 14 May 2015 13:20:15 -0400
> 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 77b9900ef53ae
>
> Fixes: 77b9900ef53ae ("tc: introduce Flower classifier")
> Signed-off-by: Brian Haley <[email protected]>
Applied, thanks Brian.