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

Commit 59c700cf authored by Mark Brown's avatar Mark Brown Committed by Liam Girdwood
Browse files

regulator: Staticise mc13783_powermisc_rmw()



It is not used outside this driver so no need to make the symbol global.

Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
Acked-by: default avatarAlberto Panizzo <maramaopercheseimorto@gmail.com>
Signed-off-by: default avatarLiam Girdwood <lrg@slimlogic.co.uk>
parent b12a1e29
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -465,7 +465,7 @@ static struct regulator_ops mc13783_fixed_regulator_ops = {
	.get_voltage = mc13783_fixed_regulator_get_voltage,
	.get_voltage = mc13783_fixed_regulator_get_voltage,
};
};


int mc13783_powermisc_rmw(struct mc13783_regulator_priv *priv, u32 mask,
static int mc13783_powermisc_rmw(struct mc13783_regulator_priv *priv, u32 mask,
				 u32 val)
				 u32 val)
{
{
	struct mc13783 *mc13783 = priv->mc13783;
	struct mc13783 *mc13783 = priv->mc13783;