coresight: core: Make symbol 'csdev_sink' static
authorWei Yongjun <weiyongjun1@huawei.com>
Fri, 9 Apr 2021 09:49:00 +0000 (09:49 +0000)
committerMathieu Poirier <mathieu.poirier@linaro.org>
Tue, 13 Apr 2021 15:35:55 +0000 (09:35 -0600)
commitd19dea75b9920cfd78df397e836d5b885b4fcc37
tree8d55627ecc927116de476559ad293d9f3c021c16
parent4fb13790417a7bf726f3867a5d2b9723efde488b
coresight: core: Make symbol 'csdev_sink' static

The sparse tool complains as follows:

drivers/hwtracing/coresight/coresight-core.c:26:1: warning:
 symbol '__pcpu_scope_csdev_sink' was not declared. Should it be static?

As csdev_sink is not used outside of coresight-core.c after the
introduction of coresight_[set|get]_percpu_sink() helpers, this
change marks it static.

Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com>
Link: https://lore.kernel.org/r/20210409094900.1902783-1-weiyongjun1@huawei.com
Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
drivers/hwtracing/coresight/coresight-core.c