Commit 4e8b7026 authored by Mark Brown's avatar Mark Brown Committed by Samuel Ortiz

mfd: Staticise __adp5520_ack_bits()

The function is not exported as the __ indicates. __
Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
Acked-by: default avatarMichael Hennerich <michael.hennerich@analog.com>
Signed-off-by: default avatarSamuel Ortiz <sameo@linux.intel.com>
parent 56baa667
...@@ -66,7 +66,8 @@ static int __adp5520_write(struct i2c_client *client, ...@@ -66,7 +66,8 @@ static int __adp5520_write(struct i2c_client *client,
return 0; 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); struct adp5520_chip *chip = i2c_get_clientdata(client);
uint8_t reg_val; uint8_t reg_val;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment