Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1657269

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

From Jiri Pirko <jiri@resnulli.us>
Newsgroups linux.kernel
Subject Re: [PATCH] net: sched: fix mips build failure
Date 2017-06-05 07:00 +0200
Message-ID <tOShs-6GX-7@gated-at.bofh.it> (permalink)
References <tOLzk-2f9-5@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


Sun, Jun 04, 2017 at 11:44:13PM CEST, sudipm.mukherjee@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'
>	[-Werror=implicit-function-declaration]
>
>../net/sched/act_api.c: In function 'tcf_action_goto_chain_fini':
>../net/sched/act_api.c:45:2: error:
>	implicit declaration of function 'tcf_chain_put'
>	[-Werror=implicit-function-declaration]
>
>Add two inline helpers for the case where CONFIG_NET_CLS is not enabled.
>
>Signed-off-by: Sudip Mukherjee <sudipm.mukherjee@gmail.com>

I already sent a fix for this:

http://patchwork.ozlabs.org/project/netdev/list/

Back to linux.kernel | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

[PATCH] net: sched: fix mips build failure Sudip Mukherjee <sudipm.mukherjee@gmail.com> - 2017-06-04 23:50 +0200
  Re: [PATCH] net: sched: fix mips build failure Jiri Pirko <jiri@resnulli.us> - 2017-06-05 07:00 +0200

csiph-web