Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e2f3e9bb authored by Sachin Kamat's avatar Sachin Kamat Committed by Lee Jones
Browse files

mfd: stw481x: Staticize stw481x_regmap_config



stw481x_regmap_config is local to this file.

Acked-by: default avatarLinus Walleij <linus.walleij@linaro.org>
Signed-off-by: default avatarSachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: default avatarLee Jones <lee.jones@linaro.org>
parent c8016d45
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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,
};