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:
@@ -592,7 +592,7 @@ static struct da9063_dev_model regulators_models[] = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
/* Regulator interrupt handlers */
|
/* 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_regulators *regulators = data;
|
||||||
struct da9063 *hw = regulators->regulator[0].hw;
|
struct da9063 *hw = regulators->regulator[0].hw;
|
||||||
|
Reference in New Issue
Block a user