diff options
author | Takashi Iwai <[email protected]> | 2020-08-03 16:18:48 +0200 |
---|---|---|
committer | Mark Brown <[email protected]> | 2020-08-03 16:17:06 +0100 |
commit | fafac559604bd2e74f5f6febd58682df3738cdd9 (patch) | |
tree | f7b0ee47c307b3d68f3e0f5012505cd91474ad2f /scripts/gdb/linux/modules.py | |
parent | 1337f2c5f104c84d5a943b2eb644db3eaf4a64e0 (diff) |
ASoC: tegra: tegra210_ahub: Fix compile warning with CONFIG_PM=n
Fix trivial compile warnings wrt unused functions by adding
__maybe_unused prefix:
sound/soc/tegra/tegra210_ahub.c:567:12: warning: 'tegra_ahub_runtime_suspend' defined but not used [-Wunused-function]
sound/soc/tegra/tegra210_ahub.c:579:12: warning: 'tegra_ahub_runtime_resume' defined but not used [-Wunused-function]
Fixes: 16e1bcc2caf4 ("ASoC: tegra: Add Tegra210 based AHUB driver")
Signed-off-by: Takashi Iwai <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/modules.py')
0 files changed, 0 insertions, 0 deletions