regulator: da9063: Statize da9063_ldo_lim_event
da9063_ldo_lim_event() is only referenced in this driver, make it static. Signed-off-by: Axel Lin <axel.lin@ingics.com> Signed-off-by: Mark Brown <broonie@linaro.org>
This commit is contained in:
parent
e515800b74
commit
632b3d62bc
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue