On Mon, 02 Sep 2013, Sachin Kamat wrote:

> pm2xxx_charger_die_therm_mngt is used only in this file.
> Make it static.
> 
> Signed-off-by: Sachin Kamat <[email protected]>
> Cc: Lee Jones <[email protected]>
> ---
>  drivers/power/pm2301_charger.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/power/pm2301_charger.c b/drivers/power/pm2301_charger.c
> index ab87d1a..b9e1ef7 100644
> --- a/drivers/power/pm2301_charger.c
> +++ b/drivers/power/pm2301_charger.c
> @@ -205,7 +205,7 @@ static int pm2xxx_charger_batt_therm_mngt(struct 
> pm2xxx_charger *pm2, int val)
>  }
>  
>  
> -int pm2xxx_charger_die_therm_mngt(struct pm2xxx_charger *pm2, int val)
> +static int pm2xxx_charger_die_therm_mngt(struct pm2xxx_charger *pm2, int val)
>  {
>       queue_work(pm2->charger_wq, &pm2->check_main_thermal_prot_work);
>  

Acked-by: Lee Jones <[email protected]>

-- 
Lee Jones
Linaro STMicroelectronics Landing Team Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to