Commit 27757e82 authored by Mark Brown's avatar Mark Brown Committed by Samuel Ortiz

mfd: Staticise non-exported tps65217_update_bits()

Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
Acked-by: default avatarAnilKumar Ch <anilkumar@ti.com>
Signed-off-by: default avatarSamuel Ortiz <sameo@linux.intel.com>
parent 7f65f74c
...@@ -96,7 +96,7 @@ EXPORT_SYMBOL_GPL(tps65217_reg_write); ...@@ -96,7 +96,7 @@ EXPORT_SYMBOL_GPL(tps65217_reg_write);
* @val: Value to write. * @val: Value to write.
* @level: Password protected level * @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) unsigned int mask, unsigned int val, unsigned int level)
{ {
int ret; int ret;
......
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