Re: [PATCH next] power: suppy: ucs1002: Make the symbol 'ucs1002_regulator_enable' static

From: Sebastian Reichel
Date: Wed Jan 15 2020 - 15:52:49 EST


Hi,

Thanks, queued.

-- Sebastian

On Fri, Dec 20, 2019 at 05:41:44PM +0800, Chen Wandun wrote:
> 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: a3d70dacc727 ("power: suppy: ucs1002: disable power when maxcurrent is 0")
> Signed-off-by: Chen Wandun <chenwandun@xxxxxxxxxx>
> ---
> drivers/power/supply/ucs1002_power.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/power/supply/ucs1002_power.c b/drivers/power/supply/ucs1002_power.c
> index 0ca80d00b80a..cdb9a23d825f 100644
> --- a/drivers/power/supply/ucs1002_power.c
> +++ b/drivers/power/supply/ucs1002_power.c
> @@ -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);
>
> --
> 2.17.1
>

Attachment: signature.asc
Description: PGP signature