RE: [PATCH] mfd: tps65217: Staticise non-exportedtps65217_update_bis()

From: AnilKumar, Chimata
Date: Wed May 09 2012 - 16:40:06 EST


Hi Mark,

Thanks for the patch

Acked-by: AnilKumar Ch <anilkumar@xxxxxx>

On Thu, May 10, 2012 at 01:48:05, Mark Brown wrote:
> Signed-off-by: Mark Brown <broonie@xxxxxxxxxxxxxxxxxxxxxxxxxxx>
> ---
> drivers/mfd/tps65217.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/mfd/tps65217.c b/drivers/mfd/tps65217.c
> index f7d854e..1c0fd2b 100644
> --- a/drivers/mfd/tps65217.c
> +++ b/drivers/mfd/tps65217.c
> @@ -96,7 +96,7 @@ EXPORT_SYMBOL_GPL(tps65217_reg_write);
> * @val: Value to write.
> * @level: Password protected level
> */
> -int tps65217_update_bits(struct tps65217 *tps, unsigned int reg,
> +static int tps65217_update_bits(struct tps65217 *tps, unsigned int reg,
> unsigned int mask, unsigned int val, unsigned int level)
> {
> int ret;
> --
> 1.7.10
>
>

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/