提交 4e8b7026 编写于 作者: M Mark Brown 提交者: Samuel Ortiz

mfd: Staticise __adp5520_ack_bits()

The function is not exported as the __ indicates. __
Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
Acked-by: NMichael Hennerich <michael.hennerich@analog.com>
Signed-off-by: NSamuel Ortiz <sameo@linux.intel.com>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册