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

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
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment