mfd: stw481x: Staticize stw481x_regmap_config
authorSachin Kamat <sachin.kamat@linaro.org>
Wed, 12 Feb 2014 09:10:12 +0000 (14:40 +0530)
committerLee Jones <lee.jones@linaro.org>
Wed, 19 Mar 2014 08:58:17 +0000 (08:58 +0000)
stw481x_regmap_config is local to this file.

Acked-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/mfd/stw481x.c

index 1243d5c6a448568e2b1166ae34ab7e61b16e78de..cc42f88586f65e8a5f5e9ea68a20859158a0f94c 100644 (file)
@@ -167,7 +167,7 @@ static struct mfd_cell stw481x_cells[] = {
        },
 };
 
-const struct regmap_config stw481x_regmap_config = {
+static const struct regmap_config stw481x_regmap_config = {
        .reg_bits = 8,
        .val_bits = 8,
 };
This page took 0.026997 seconds and 5 git commands to generate.