Commit 8cde87b0 authored by Min-Hua Chen's avatar Min-Hua Chen Committed by David S. Miller
Browse files

net: sched: wrap tc_skip_wrapper with CONFIG_RETPOLINE



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: default avatarMin-Hua Chen <minhuadotchen@gmail.com>
Acked-by: default avatarPedro Tammela <pctammela@mojatatu.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 3d5f4d29
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -2302,7 +2302,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)
{