ASoC: fsl_micfil: Remove unneeded ifdef's
authorFabio Estevam <festevam@gmail.com>
Mon, 18 May 2020 18:54:47 +0000 (15:54 -0300)
committerMark Brown <broonie@kernel.org>
Tue, 19 May 2020 13:18:51 +0000 (14:18 +0100)
commit1a90a659865299c04ba97b299ab02238dc392d5f
tree69d3210a2ed5f1b43ab1dca4211707d973b0ca00
parentf8953043e6e24f9425249464605a541d00950709
ASoC: fsl_micfil: Remove unneeded ifdef's

There is no need to use ifdef's around the power managament
related functions, as they are already using the __maybe_unused
notation.

Signed-off-by: Fabio Estevam <festevam@gmail.com>
Link: https://lore.kernel.org/r/20200518185448.6116-1-festevam@gmail.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/fsl/fsl_micfil.c