mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue