Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Sachin Kamat and committed by
Lee Jones
e2f3e9bb c8016d45

+1 -1
+1 -1
drivers/mfd/stw481x.c
··· 167 167 }, 168 168 }; 169 169 170 - const struct regmap_config stw481x_regmap_config = { 170 + static const struct regmap_config stw481x_regmap_config = { 171 171 .reg_bits = 8, 172 172 .val_bits = 8, 173 173 };