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

Commit 4f61c734 authored by Deepak Katragadda's avatar Deepak Katragadda
Browse files

clk: qcom: gcc-sdmshrike: Add the clk structure definition



The GCC clock driver is currently using the clk structure
without defining it. Add the definition in order to resolve
the compilation issue.

Change-Id: Ie49989624569ec6398ce29625c370ce1959e8202
Signed-off-by: default avatarDeepak Katragadda <dkatraga@codeaurora.org>
parent 967c44cd
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -5041,6 +5041,7 @@ MODULE_DEVICE_TABLE(of, gcc_sdmshrike_match_table);

static int gcc_sdmshrike_probe(struct platform_device *pdev)
{
	struct clk *clk;
	struct regmap *regmap;
	int i, ret = 0;