net: sched: wrap tc_skip_wrapper with CONFIG_RETPOLINE

[ Upstream commit 8cde87b007 ]

This patch fixes the following sparse warning:

net/sched/sch_api.c:2305:1: sparse: warning: symbol 'tc_skip_wrapper' was not declared. Should it be static?

No functional change intended.

Signed-off-by: Min-Hua Chen <minhuadotchen@gmail.com>
Acked-by: Pedro Tammela <pctammela@mojatatu.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
Min-Hua Chen 2023-06-03 07:52:09 +08:00 committed by Greg Kroah-Hartman
parent 0517065daf
commit 52edaa6fb8
1 changed files with 2 additions and 0 deletions

View File

@ -2324,7 +2324,9 @@ static struct pernet_operations psched_net_ops = {
.exit = psched_net_exit,
};
#if IS_ENABLED(CONFIG_RETPOLINE)
DEFINE_STATIC_KEY_FALSE(tc_skip_wrapper);
#endif
static int __init pktsched_init(void)
{