projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e515800
)
regulator: da9063: Statize da9063_ldo_lim_event
author
Axel Lin
<axel.lin@ingics.com>
Sun, 1 Sep 2013 04:19:51 +0000
(12:19 +0800)
committer
Mark 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
patch
|
blob
|
history
diff --git
a/drivers/regulator/da9063-regulator.c
b/drivers/regulator/da9063-regulator.c
index 139ad453d773512da3ea072f1f41cafa1445da05..1a78163907734be9e1e49bd3bca6e2fc19e7b6c7 100644
(file)
--- 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;