diff options
author | Mark Brown <broonie@kernel.org> | 2020-08-17 12:42:43 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2020-08-17 12:42:43 +0100 |
commit | 549ade5721fe197b78165fc3476af1fe0c65f089 (patch) | |
tree | 346b866c487b5dbb804030dda21aeca1d2249a69 /sound/soc/tegra/tegra210_admaif.c | |
parent | 9123e3a74ec7b934a4a099e98af6a61c2f80bbf5 (diff) | |
parent | 062fa09f44f4fb3776a23184d5d296b0c8872eb9 (diff) |
Merge existing fixes from asoc/for-5.9
Diffstat (limited to 'sound/soc/tegra/tegra210_admaif.c')
-rw-r--r-- | sound/soc/tegra/tegra210_admaif.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/soc/tegra/tegra210_admaif.c b/sound/soc/tegra/tegra210_admaif.c index 4894e8e6ee7f..1268046b345d 100644 --- a/sound/soc/tegra/tegra210_admaif.c +++ b/sound/soc/tegra/tegra210_admaif.c @@ -219,7 +219,7 @@ static const struct regmap_config tegra186_admaif_regmap_config = { .cache_type = REGCACHE_FLAT, }; -static int tegra_admaif_runtime_suspend(struct device *dev) +static int __maybe_unused tegra_admaif_runtime_suspend(struct device *dev) { struct tegra_admaif *admaif = dev_get_drvdata(dev); @@ -229,7 +229,7 @@ static int tegra_admaif_runtime_suspend(struct device *dev) return 0; } -static int tegra_admaif_runtime_resume(struct device *dev) +static int __maybe_unused tegra_admaif_runtime_resume(struct device *dev) { struct tegra_admaif *admaif = dev_get_drvdata(dev); |