diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-05-09 15:37:51 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-05-12 06:11:58 -0400 |
commit | 5ceba7bab02df45260452e06f3b9c391ad1d776e (patch) | |
tree | 76dbd18d04c2c6e11fefcaacf3e417c23f1eb701 /drivers/regulator/s5m8767.c | |
parent | c54a155d4d20e35d41bb2922ed4a6c615d177c4f (diff) |
regulator: Staticise non-exported symbol s5m8767_opmode_reg
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'drivers/regulator/s5m8767.c')
-rw-r--r-- | drivers/regulator/s5m8767.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/regulator/s5m8767.c b/drivers/regulator/s5m8767.c index cf12e6351542..290d6fc01029 100644 --- a/drivers/regulator/s5m8767.c +++ b/drivers/regulator/s5m8767.c | |||
@@ -141,7 +141,7 @@ static int s5m8767_list_voltage(struct regulator_dev *rdev, | |||
141 | return val; | 141 | return val; |
142 | } | 142 | } |
143 | 143 | ||
144 | unsigned int s5m8767_opmode_reg[][4] = { | 144 | static unsigned int s5m8767_opmode_reg[][4] = { |
145 | /* {OFF, ON, LOWPOWER, SUSPEND} */ | 145 | /* {OFF, ON, LOWPOWER, SUSPEND} */ |
146 | /* LDO1 ... LDO28 */ | 146 | /* LDO1 ... LDO28 */ |
147 | {0x0, 0x3, 0x2, 0x1}, /* LDO1 */ | 147 | {0x0, 0x3, 0x2, 0x1}, /* LDO1 */ |