diff options
author | Takashi Iwai <[email protected]> | 2022-01-05 17:24:09 +0100 |
---|---|---|
committer | Mark Brown <[email protected]> | 2022-01-05 16:32:32 +0000 |
commit | e4c35e75209bda13e57c9bc8d280366c2b9275a5 (patch) | |
tree | dd2350d99d0905c95d96188b8738a98986000592 /drivers/usb/cdns3/cdns3-pci-wrap.c | |
parent | 570010b82e8a04206eb228da23e4ef0264df7d25 (diff) |
ASoC: ak4375: Fix unused function error
A randconfig caught a compile warning that is now treated as a fatal
error:
sound/soc/codecs/ak4375.c:415:13: error: ‘ak4375_power_off’ defined but not used [-Werror=unused-function]
where ak4375_power_off() is used only from the PM handler.
As both suspend and resumes are already marked with __maybe_unused,
let's rip off the superfluous ifdef CONFIG_PM, so that the error above
can be avoided.
Fixes: 53778b8292b5 ("ASoC: Add AK4375 support")
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 'drivers/usb/cdns3/cdns3-pci-wrap.c')
0 files changed, 0 insertions, 0 deletions