diff options
author | Wang ShaoBo <bobo.shaobowang@huawei.com> | 2021-10-21 06:52:25 +0300 |
---|---|---|
committer | Steven Rostedt (VMware) <rostedt@goodmis.org> | 2021-10-26 16:18:28 +0300 |
commit | 1d6288914264a22c0efdfb3a5748c101c0d12baa (patch) | |
tree | 4e66e85abd5056ec26f97f12aa1d7673d6deff1d /arch/sh | |
parent | 3c20bd3af535d64771b193bb4dd41ed662c464ce (diff) | |
download | linux-1d6288914264a22c0efdfb3a5748c101c0d12baa.tar.xz |
tracing/hwlat: Make some internal symbols static
The sparse tool complains as follows:
kernel/trace/trace_hwlat.c:82:27: warning: symbol 'hwlat_single_cpu_data' was not declared. Should it be static?
kernel/trace/trace_hwlat.c:83:1: warning: symbol '__pcpu_scope_hwlat_per_cpu_data' was not declared. Should it be static?
This symbol is not used outside of trace_hwlat.c, so this commit
marks it static.
Link: https://lkml.kernel.org/r/20211021035225.1050685-1-bobo.shaobowang@huawei.com
Signed-off-by: Wang ShaoBo <bobo.shaobowang@huawei.com>
Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
Diffstat (limited to 'arch/sh')
0 files changed, 0 insertions, 0 deletions