提交 27757e82 编写于 作者: M Mark Brown 提交者: Samuel Ortiz

mfd: Staticise non-exported tps65217_update_bits()

Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
Acked-by: NAnilKumar Ch <anilkumar@ti.com>
Signed-off-by: NSamuel Ortiz <sameo@linux.intel.com>
上级 7f65f74c
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册