da9063_ldo_lim_event() is only referenced in this driver, make it static. Signed-off-by: Axel Lin <axel....@ingics.com> --- drivers/regulator/da9063-regulator.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/regulator/da9063-regulator.c b/drivers/regulator/da9063-regulator.c index 139ad45..1a78163 100644 --- a/drivers/regulator/da9063-regulator.c +++ b/drivers/regulator/da9063-regulator.c @@ -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; -- 1.8.1.2 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/