Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

clk: qcom: lcc-msm8960: change pxo_parent_data to static

The pxo_parent_data inroduced in commit bac4675a4d1b ("clk: qcom:
drop lcc-mdm9615 in favour of lcc-msm8960") is only used in lcc-msm8960.c
now, change it to static.

Signed-off-by: Yang Yingliang <yangyingliang@huawei.com>
Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Link: https://lore.kernel.org/r/20230803082125.521849-1-yangyingliang@huawei.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>

authored by

Yang Yingliang and committed by
Bjorn Andersson
e39d0fa7 fd0b5ba8

+1 -1
+1 -1
drivers/clk/qcom/lcc-msm8960.c
··· 23 23 #include "clk-regmap-divider.h" 24 24 #include "clk-regmap-mux.h" 25 25 26 - struct clk_parent_data pxo_parent_data = { 26 + static struct clk_parent_data pxo_parent_data = { 27 27 .fw_name = "pxo", .name = "pxo_board", 28 28 }; 29 29