Skip to content

Commit

Permalink
mfd: stw481x: Staticize stw481x_regmap_config
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Sachin Kamat authored and Lee Jones committed Mar 19, 2014
1 parent c8016d4 commit e2f3e9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/mfd/stw481x.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
};
Expand Down

0 comments on commit e2f3e9b

Please sign in to comment.