Skip to content

Commit

Permalink
regulator: Staticise non-exported symbol s5m8767_opmode_reg
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
  • Loading branch information
Mark Brown committed May 12, 2012
1 parent c54a155 commit 5ceba7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/regulator/s5m8767.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 5ceba7b

Please sign in to comment.