mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-18 09:44:18 +08:00
power: suppy: ucs1002: Make the symbol 'ucs1002_regulator_enable' static
Fix the following sparse warning:
drivers/power/supply/ucs1002_power.c:492:5: warning: symbol 'ucs1002_regulator_enable' was not declared. Should it be static?
Fixes: a3d70dacc7
("power: suppy: ucs1002: disable power when max current is 0")
Signed-off-by: Chen Wandun <chenwandun@huawei.com>
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
This commit is contained in:
parent
d39284f21d
commit
577233a3f5
@ -489,7 +489,7 @@ static irqreturn_t ucs1002_alert_irq(int irq, void *data)
|
||||
return IRQ_HANDLED;
|
||||
}
|
||||
|
||||
int ucs1002_regulator_enable(struct regulator_dev *rdev)
|
||||
static int ucs1002_regulator_enable(struct regulator_dev *rdev)
|
||||
{
|
||||
struct ucs1002_info *info = rdev_get_drvdata(rdev);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user