commit | 06f9895fda39422fb9250a78454e69aadace13c7 | [log] [tgz] |
---|---|---|
author | Vasily Gorbik <gor@linux.ibm.com> | Wed Jul 17 20:05:11 2019 +0200 |
committer | Vasily Gorbik <gor@linux.ibm.com> | Mon Jul 29 18:05:02 2019 +0200 |
tree | fc8bf1e295588b70da2adeb156e5165be7547d7d | |
parent | d25220d2f2ece9e516588ed5df2ed373069b3a02 [diff] |
s390/perf: make cf_diag_csd static Since there is really no reason for cf_diag_csd per cpu variable to be globally visible make it static to avoid the following sparse warning: arch/s390/kernel/perf_cpum_cf_diag.c:37:1: warning: symbol 'cf_diag_csd' was not declared. Should it be static? Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>