ASoC: fsl: Use #ifdef instead of #if for CONFIG_PM_SLEEP
authorNicolin Chen <nicoleotsuka@gmail.com>
Thu, 22 Oct 2015 22:56:40 +0000 (15:56 -0700)
committerMark Brown <broonie@kernel.org>
Mon, 26 Oct 2015 02:08:00 +0000 (11:08 +0900)
commit739146b6144a6541cf94a668d6e7227b7882af30
tree097137ad3876cb09b41dffc69f318c722d234cdf
parentce247b45a3289f88008c13ca26ccde0db5fea690
ASoC: fsl: Use #ifdef instead of #if for CONFIG_PM_SLEEP

Change them to #ifdef as CONFIG_PM_SLEEP might not be defined at all.

Reported-by: kbuild test robot <fengguang.wu@intel.com>
Signed-off-by: Nicolin Chen <nicoleotsuka@gmail.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/fsl/fsl_esai.c
sound/soc/fsl/fsl_sai.c