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

Commit 632b3d62 authored by Axel Lin's avatar Axel Lin Committed by Mark Brown
Browse files

regulator: da9063: Statize da9063_ldo_lim_event



da9063_ldo_lim_event() is only referenced in this driver, make it static.

Signed-off-by: default avatarAxel Lin <axel.lin@ingics.com>
Signed-off-by: default avatarMark Brown <broonie@linaro.org>
parent e515800b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -592,7 +592,7 @@ static struct da9063_dev_model regulators_models[] = {
};

/* Regulator interrupt handlers */
irqreturn_t da9063_ldo_lim_event(int irq, void *data)
static irqreturn_t da9063_ldo_lim_event(int irq, void *data)
{
	struct da9063_regulators *regulators = data;
	struct da9063 *hw = regulators->regulator[0].hw;