mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-05 18:41:58 +09:00
net: sched: move rtm_tca_policy declaration to include file
[ Upstream commit886bc7d6ed] rtm_tca_policy is used from net/sched/sch_api.c and net/sched/cls_api.c, thus should be declared in an include file. This fixes the following sparse warning: net/sched/sch_api.c:1434:25: warning: symbol 'rtm_tca_policy' was not declared. Should it be static? Fixes:e331473fee("net/sched: cls_api: add missing validation of netlink attributes") Signed-off-by: Eric Dumazet <edumazet@google.com> Acked-by: Jamal Hadi Salim <jhs@mojatatu.com> Signed-off-by: David S. Miller <davem@davemloft.net> Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
76eef453a6
commit
60f39768ef
@@ -128,6 +128,8 @@ static inline void qdisc_run(struct Qdisc *q)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
extern const struct nla_policy rtm_tca_policy[TCA_MAX + 1];
|
||||||
|
|
||||||
/* Calculate maximal size of packet seen by hard_start_xmit
|
/* Calculate maximal size of packet seen by hard_start_xmit
|
||||||
routine of this device.
|
routine of this device.
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -41,8 +41,6 @@
|
|||||||
#include <net/tc_act/tc_gate.h>
|
#include <net/tc_act/tc_gate.h>
|
||||||
#include <net/flow_offload.h>
|
#include <net/flow_offload.h>
|
||||||
|
|
||||||
extern const struct nla_policy rtm_tca_policy[TCA_MAX + 1];
|
|
||||||
|
|
||||||
/* The list of all installed classifier types */
|
/* The list of all installed classifier types */
|
||||||
static LIST_HEAD(tcf_proto_base);
|
static LIST_HEAD(tcf_proto_base);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user