Fixes: 08660086eff9 ("ASoC: ak4458: Add support for AK4458 DAC driver")
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
        },
 };
 
-const struct regmap_config ak4458_regmap = {
+static const struct regmap_config ak4458_regmap = {
        .reg_bits = 8,
        .val_bits = 8,
 
        .cache_type = REGCACHE_RBTREE,
 };
 
-const struct dev_pm_ops ak4458_pm = {
+static const struct dev_pm_ops ak4458_pm = {
        SET_RUNTIME_PM_OPS(ak4458_runtime_suspend, ak4458_runtime_resume, NULL)
        SET_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend,
                                pm_runtime_force_resume)