RE: [PATCH] mfd: Staticise __adp5520_ack_bits()

From: Hennerich, Michael
Date: Mon Oct 19 2009 - 11:09:19 EST


>From: Mark Brown [mailto:broonie@xxxxxxxxxxxxxxxxxxxxxxxxxxx]
>The function is not exported as the __ indicates. __
>
>Signed-off-by: Mark Brown <broonie@xxxxxxxxxxxxxxxxxxxxxxxxxxx>


Acked-by: Michael Hennerich <michael.hennerich@xxxxxxxxxx>


>---
> drivers/mfd/adp5520.c | 3 ++-
> 1 files changed, 2 insertions(+), 1 deletions(-)
>
>diff --git a/drivers/mfd/adp5520.c b/drivers/mfd/adp5520.c
>index 401a9b6..b266447 100644
>--- a/drivers/mfd/adp5520.c
>+++ b/drivers/mfd/adp5520.c
>@@ -66,7 +66,8 @@ static int __adp5520_write(struct i2c_client *client,
> return 0;
> }
>
>-int __adp5520_ack_bits(struct i2c_client *client, int reg, uint8_t
bit_mask)
>+static int __adp5520_ack_bits(struct i2c_client *client, int reg,
>+ uint8_t bit_mask)
> {
> struct adp5520_chip *chip = i2c_get_clientdata(client);
> uint8_t reg_val;
>--
>1.6.5

-Michael
--
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/