From: Yangtao Li Date: Mon, 4 Feb 2019 06:13:10 +0000 (-0500) Subject: cpufreq: qcom-kryo: make some variables static X-Git-Tag: v5.1-rc1~151^2~1^2~1^2~13^2~2 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=50c0b12f098fb3cfac7abcc0f2b5409f6bac5fa2;p=linux-block.git cpufreq: qcom-kryo: make some variables static The variables are local to the source and do not need to be in global scope, so make them static. Signed-off-by: Yangtao Li Signed-off-by: Viresh Kumar --- diff --git a/drivers/cpufreq/qcom-cpufreq-kryo.c b/drivers/cpufreq/qcom-cpufreq-kryo.c index 2a3675c24032..1c8583cc06a2 100644 --- a/drivers/cpufreq/qcom-cpufreq-kryo.c +++ b/drivers/cpufreq/qcom-cpufreq-kryo.c @@ -42,7 +42,7 @@ enum _msm8996_version { NUM_OF_MSM8996_VERSIONS, }; -struct platform_device *cpufreq_dt_pdev, *kryo_cpufreq_pdev; +static struct platform_device *cpufreq_dt_pdev, *kryo_cpufreq_pdev; static enum _msm8996_version qcom_cpufreq_kryo_get_msm_id(void) {