coresight: etb10: Make coresight_etb_groups static
authorJason Yan <yanaijie@huawei.com>
Mon, 18 May 2020 18:02:30 +0000 (12:02 -0600)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 19 May 2020 14:31:16 +0000 (16:31 +0200)
commit1c33c65cfea76d3dd92730353aac20f876c45747
tree0d546952bbe946429e0af9802fcf5d840bd60683
parentebd9b6785099ffd029c7ec2ddb133dea53a65f2b
coresight: etb10: Make coresight_etb_groups static

Fix the following sparse warning:

drivers/hwtracing/coresight/coresight-etb10.c:720:30: warning: symbol
'coresight_etb_groups' was not declared. Should it be static?

Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: Jason Yan <yanaijie@huawei.com>
Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
Link: https://lore.kernel.org/r/20200518180242.7916-12-mathieu.poirier@linaro.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/hwtracing/coresight/coresight-etb10.c