提交 59c700cf 编写于 作者: M Mark Brown 提交者: Liam Girdwood

regulator: Staticise mc13783_powermisc_rmw()

It is not used outside this driver so no need to make the symbol global.
Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
Acked-by: NAlberto Panizzo <maramaopercheseimorto@gmail.com>
Signed-off-by: NLiam Girdwood <lrg@slimlogic.co.uk>
上级 b12a1e29
...@@ -465,8 +465,8 @@ static struct regulator_ops mc13783_fixed_regulator_ops = { ...@@ -465,8 +465,8 @@ 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;
int ret; int ret;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册