net: sched: wrap tc_skip_wrapper with CONFIG_RETPOLINE
authorMin-Hua Chen <minhuadotchen@gmail.com>
Fri, 2 Jun 2023 23:52:09 +0000 (07:52 +0800)
committerDavid S. Miller <davem@davemloft.net>
Sun, 4 Jun 2023 14:49:06 +0000 (15:49 +0100)
commit8cde87b007dad2e461015ff70352af56ceb02c75
tree1a5cd6e09499dc39483a621ab4ac1a6450adaf01
parent3d5f4d29f6a8c1f248ea652daddc9c4701370120
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: Min-Hua Chen <minhuadotchen@gmail.com>
Acked-by: Pedro Tammela <pctammela@mojatatu.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/sched/sch_api.c