]> Git Repo - linux.git/commitdiff
regulator: ltc3589: Staticize ltc3589_reg_defaults
authorSachin Kamat <[email protected]>
Tue, 10 Jun 2014 06:34:53 +0000 (12:04 +0530)
committerMark Brown <[email protected]>
Sat, 21 Jun 2014 10:33:15 +0000 (11:33 +0100)
'ltc3589_reg_defaults' is local to this file. Make it static.

Signed-off-by: Sachin Kamat <[email protected]>
Signed-off-by: Mark Brown <[email protected]>
drivers/regulator/ltc3589.c

index 110a99ee1162fdcbad79b20d7e3380258e2b05dd..217d10d6f8f7cf81dd59911520bb941f896a3ea1 100644 (file)
@@ -377,7 +377,7 @@ static bool ltc3589_volatile_reg(struct device *dev, unsigned int reg)
        return false;
 }
 
-struct reg_default ltc3589_reg_defaults[] = {
+static struct reg_default ltc3589_reg_defaults[] = {
        { LTC3589_SCR1,   0x00 },
        { LTC3589_OVEN,   0x00 },
        { LTC3589_SCR2,   0x00 },
This page took 0.053518 seconds and 4 git commands to generate.