Commit 4c78b520 authored by Mark Brown's avatar Mark Brown Committed by Samuel Ortiz

mfd: as3722: Don't export the regmap config

It's not used outside this file so can be static.
Signed-off-by: default avatarMark Brown <broonie@linaro.org>
Signed-off-by: default avatarSamuel Ortiz <sameo@linux.intel.com>
parent 8df5a1ba
...@@ -314,7 +314,7 @@ static const struct regmap_access_table as3722_volatile_table = { ...@@ -314,7 +314,7 @@ static const struct regmap_access_table as3722_volatile_table = {
.n_no_ranges = ARRAY_SIZE(as3722_cacheable_ranges), .n_no_ranges = ARRAY_SIZE(as3722_cacheable_ranges),
}; };
const struct regmap_config as3722_regmap_config = { static const struct regmap_config as3722_regmap_config = {
.reg_bits = 8, .reg_bits = 8,
.val_bits = 8, .val_bits = 8,
.max_register = AS3722_MAX_REGISTER, .max_register = AS3722_MAX_REGISTER,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment