mirror of
https://github.com/adulau/aha.git
synced 2024-12-27 03:06:10 +00:00
mfd: Staticise __adp5520_ack_bits()
The function is not exported as the __ indicates. __ Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Acked-by: Michael Hennerich <michael.hennerich@analog.com> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
This commit is contained in:
parent
56baa66797
commit
4e8b70265c
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue