mfd: as3722: Don't export the regmap config
authorMark Brown <broonie@linaro.org>
Fri, 25 Oct 2013 20:10:00 +0000 (21:10 +0100)
committerSamuel Ortiz <sameo@linux.intel.com>
Fri, 25 Oct 2013 22:28:21 +0000 (00:28 +0200)
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>
drivers/mfd/as3722.c

index cd8ee593cfa80f59f503bf1e41da2aa80f2c1000..f161f2e00df7434ee8970584e76392af68304179 100644 (file)
@@ -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,