Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit aa1e55c5 authored by Kyle Yan's avatar Kyle Yan Committed by Gerrit - the friendly Code Review server
Browse files

Merge "clk: qcom: clk-rpmh: remove xo_board clock as parent" into msm-4.9

parents 2a242d96 c5ad078a
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -87,8 +87,6 @@ static DEFINE_MUTEX(rpmh_clk_lock);
		.hw.init = &(struct clk_init_data){			      \
			.ops = &clk_rpmh_ops,			              \
			.name = #_name,					      \
			.parent_names = (const char *[]){ "xo_board" },       \
			.num_parents = 1,				      \
		},							      \
	};								      \
	static struct clk_rpmh _platform##_##_name_active = {		      \
@@ -103,8 +101,6 @@ static DEFINE_MUTEX(rpmh_clk_lock);
		.hw.init = &(struct clk_init_data){			      \
			.ops = &clk_rpmh_ops,				      \
			.name = #_name_active,				      \
			.parent_names = (const char *[]){ "xo_board" },	      \
			.num_parents = 1,				      \
		},							      \
	}