Skip to content

Commit

Permalink
mfd: as3722: Don't export the regmap config
Browse files Browse the repository at this point in the history
It's not used outside this file so can be static.

Signed-off-by: Mark Brown <broonie@linaro.org>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
  • Loading branch information
Mark Brown authored and Samuel Ortiz committed Oct 25, 2013
1 parent 8df5a1b commit 4c78b52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/mfd/as3722.c
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ static const struct regmap_access_table as3722_volatile_table = {
.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,
.val_bits = 8,
.max_register = AS3722_MAX_REGISTER,
Expand Down

0 comments on commit 4c78b52

Please sign in to comment.