Skip to content

Commit e39d0fa

Browse files
Yang Yingliangandersson
authored andcommitted
clk: qcom: lcc-msm8960: change pxo_parent_data to static
The pxo_parent_data inroduced in commit bac4675 ("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 <[email protected]> Reviewed-by: Konrad Dybcio <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Bjorn Andersson <[email protected]>
1 parent fd0b5ba commit e39d0fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/clk/qcom/lcc-msm8960.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
#include "clk-regmap-divider.h"
2424
#include "clk-regmap-mux.h"
2525

26-
struct clk_parent_data pxo_parent_data = {
26+
static struct clk_parent_data pxo_parent_data = {
2727
.fw_name = "pxo", .name = "pxo_board",
2828
};
2929

0 commit comments

Comments
 (0)