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

Commit 1c8a2f31 authored by Shefali Jain's avatar Shefali Jain
Browse files

clk: qcom: Fix compilation issue in NPUCC clock driver



Declare npu_gdsc variable to fix the compilation issue.

Change-Id: Ie661fe040721f7a9491076e1eae1e7db7fe7bf04
Signed-off-by: default avatarShefali Jain <shefjain@codeaurora.org>
parent dcb40bc8
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -596,6 +596,7 @@ static int enable_npu_crc(struct regmap *regmap, struct regulator *npu_gdsc)
static int npu_cc_sdmmagpie_probe(struct platform_device *pdev)
{
	struct regmap *regmap;
	struct regulator *npu_gdsc;
	int ret = 0;

	vdd_cx.regulator[0] = devm_regulator_get(&pdev->dev, "vdd_cx");