Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

mfd: Staticise non-exported tps65217_update_bits()

parent 7f65f74c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;