Re: [PATCH] net: sched: fix mips build failure

2017-06-04 Thread Jiri Pirko
Sun, Jun 04, 2017 at 11:44:13PM CEST, sudipm.mukher...@gmail.com wrote: >The build of mips ar7_defconfig was failing with the error: >../net/sched/act_api.c: In function 'tcf_action_goto_chain_init': >../net/sched/act_api.c:37:18: error: > implicit declaration of function 'tcf_chain_get' >

[PATCH] net: sched: fix mips build failure

2017-06-04 Thread Sudip Mukherjee
The build of mips ar7_defconfig was failing with the error: ../net/sched/act_api.c: In function 'tcf_action_goto_chain_init': ../net/sched/act_api.c:37:18: error: implicit declaration of function 'tcf_chain_get' [-Werror=implicit-function-declaration] ../net/sched/act_api.c: In fun