cpufreq: qcom-hw: Move soc_data to struct qcom_cpufreq
authorManivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Wed, 2 Nov 2022 09:00:38 +0000 (14:30 +0530)
committerViresh Kumar <viresh.kumar@linaro.org>
Wed, 2 Nov 2022 09:03:35 +0000 (14:33 +0530)
commit4f7961706c63be4e55b720edb7748233761cfbf9
tree79f852226e297af1f279afc8e72bf625822e0c38
parent7cfa8553fe8c10c7e28eb651a6e58a7ba2d5e429
cpufreq: qcom-hw: Move soc_data to struct qcom_cpufreq

soc_data is a static info of the driver and thus no need to cache it inside
the qcom_cpufreq_data struct which is allocated per frequency domain. So,
move it inside qcom_cpufreq struct.

Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
drivers/cpufreq/qcom-cpufreq-hw.c