ASoC: cs35l56: Use new export macro for dev_pm_ops
authorRichard Fitzgerald <rf@opensource.cirrus.com>
Thu, 14 Sep 2023 15:09:17 +0000 (16:09 +0100)
committerMark Brown <broonie@kernel.org>
Thu, 14 Sep 2023 15:12:48 +0000 (16:12 +0100)
commit6399eb58254b98bbe42c9d14e07c50e1c3d9f8cd
treee990b2264a524059ab79374d0eafa852cd6355d8
parent3d3a86679541044a65ea23175cb95206921c8fe2
ASoC: cs35l56: Use new export macro for dev_pm_ops

pm.h now has macros to create and export the dev_pm_ops struct
only if CONFIG_PM is enabled.

Signed-off-by: Richard Fitzgerald <rf@opensource.cirrus.com>
Link: https://lore.kernel.org/r/20230914150918.14505-3-rf@opensource.cirrus.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/cs35l56.c