mfd: stw481x: Staticize stw481x_regmap_config
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>
This commit is contained in:
parent
c8016d45a3
commit
e2f3e9bbba
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
.reg_bits = 8,
|
||||||
.val_bits = 8,
|
.val_bits = 8,
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue