]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
regulator: da9063: Statize da9063_ldo_lim_event
authorAxel Lin <axel.lin@ingics.com>
Sun, 1 Sep 2013 04:19:51 +0000 (12:19 +0800)
committerMark Brown <broonie@linaro.org>
Sun, 1 Sep 2013 12:44:18 +0000 (13:44 +0100)
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>
drivers/regulator/da9063-regulator.c

index 139ad453d773512da3ea072f1f41cafa1445da05..1a78163907734be9e1e49bd3bca6e2fc19e7b6c7 100644 (file)
@@ -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;