aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator
diff options
context:
space:
mode:
authorWei Yongjun <weiyongjun1@huawei.com>2018-07-24 06:32:59 +0000
committerMark Brown <broonie@kernel.org>2018-07-24 11:58:37 +0100
commita70a4694ed38fb68407c142db0f53722553bedea (patch)
tree28642df41cb6099883c2f445313fd7aad4f81ad3 /drivers/regulator
parentregulator: pfuze100: add support to en-/disable switch regulators (diff)
downloadlinux-dev-a70a4694ed38fb68407c142db0f53722553bedea.tar.xz
linux-dev-a70a4694ed38fb68407c142db0f53722553bedea.zip
regulator: bd9571mwv: Make symbol 'dev_attr_backup_mode' static
Fixes the following sparse warning: drivers/regulator/bd9571mwv-regulator.c:220:1: warning: symbol 'dev_attr_backup_mode' was not declared. Should it be static? Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/regulator')
-rw-r--r--drivers/regulator/bd9571mwv-regulator.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/regulator/bd9571mwv-regulator.c b/drivers/regulator/bd9571mwv-regulator.c
index c44613b9423b..274c5ed7cd73 100644
--- a/drivers/regulator/bd9571mwv-regulator.c
+++ b/drivers/regulator/bd9571mwv-regulator.c
@@ -217,7 +217,7 @@ static ssize_t backup_mode_store(struct device *dev,
return count;
}
-DEVICE_ATTR_RW(backup_mode);
+static DEVICE_ATTR_RW(backup_mode);
static int bd9571mwv_suspend(struct device *dev)
{