]> Git Repo - linux.git/commitdiff
regulator: da9063: Statize da9063_ldo_lim_event
authorAxel Lin <[email protected]>
Sun, 1 Sep 2013 04:19:51 +0000 (12:19 +0800)
committerMark Brown <[email protected]>
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 <[email protected]>
Signed-off-by: Mark Brown <[email protected]>
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;
This page took 0.059891 seconds and 4 git commands to generate.