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

Commit 6044b96e authored by Lingutla Chandrasekhar's avatar Lingutla Chandrasekhar
Browse files

drm/msm: fix compilation error when bus_scaling disabled



The function definition for 'sde_power_data_bus_parse' is not
same as declaration, which leads to compilation errors when
the bus scaling disabled.
Update mismatched function definition of 'sde_power_data_bus_parse'.

Change-Id: I09ca6dc9cc5037bfdcb48f76d6cdab2161b67b96
Signed-off-by: default avatarLingutla Chandrasekhar <clingutla@codeaurora.org>
parent 84822319
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -630,7 +630,7 @@ static int sde_power_reg_bus_update(u32 reg_bus_hdl, u32 usecase_ndx)
}
#else
static int sde_power_data_bus_parse(struct platform_device *pdev,
		struct sde_power_data_bus_handle *pdbus)
		struct sde_power_data_bus_handle *pdbus, const char *name)
{
	return 0;
}