Skip to content

Commit

Permalink
regulator: da9063: Statize da9063_ldo_lim_event
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Axel Lin authored and Mark Brown committed Sep 1, 2013
1 parent e515800 commit 632b3d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/regulator/da9063-regulator.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 632b3d6

Please sign in to comment.