* [PATCH] regulator: Staticise non-exported symbol s5m8767_opmode_reg
@ 2012-05-09 20:26 Mark Brown
0 siblings, 0 replies; only message in thread
From: Mark Brown @ 2012-05-09 20:26 UTC (permalink / raw)
To: Sangbeom Kim, Liam Girdwood; +Cc: linux-kernel, Mark Brown
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
---
drivers/regulator/s5m8767.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/regulator/s5m8767.c b/drivers/regulator/s5m8767.c
index cf12e635..290d6fc 100644
--- a/drivers/regulator/s5m8767.c
+++ b/drivers/regulator/s5m8767.c
@@ -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 */
--
1.7.10
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2012-05-09 20:27 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-05-09 20:26 [PATCH] regulator: Staticise non-exported symbol s5m8767_opmode_reg Mark Brown
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®