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

Commit 5ceba7ba authored by Mark Brown's avatar Mark Brown
Browse files

regulator: Staticise non-exported symbol s5m8767_opmode_reg

parent c54a155d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -141,7 +141,7 @@ static int s5m8767_list_voltage(struct regulator_dev *rdev,
	return val;
}

unsigned int s5m8767_opmode_reg[][4] = {
static unsigned int s5m8767_opmode_reg[][4] = {
	/* {OFF, ON, LOWPOWER, SUSPEND} */
	/* LDO1 ... LDO28 */
	{0x0, 0x3, 0x2, 0x1}, /* LDO1 */