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

regulator: Staticise non-exported symbol s5m8767_opmode_reg

Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
parent c54a155d
...@@ -141,7 +141,7 @@ static int s5m8767_list_voltage(struct regulator_dev *rdev, ...@@ -141,7 +141,7 @@ static int s5m8767_list_voltage(struct regulator_dev *rdev,
return val; return val;
} }
unsigned int s5m8767_opmode_reg[][4] = { static unsigned int s5m8767_opmode_reg[][4] = {
/* {OFF, ON, LOWPOWER, SUSPEND} */ /* {OFF, ON, LOWPOWER, SUSPEND} */
/* LDO1 ... LDO28 */ /* LDO1 ... LDO28 */
{0x0, 0x3, 0x2, 0x1}, /* LDO1 */ {0x0, 0x3, 0x2, 0x1}, /* LDO1 */
......
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