From: Liam Girdwood Date: Thu, 30 Oct 2014 14:58:19 +0000 (+0000) Subject: ASoC: Intel: fix build with runtime PM disabled. X-Git-Tag: omap-for-v3.19/fixes-rc1~126^2~20^2~16^3~35 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=35e03a884c41b8fecf77e20de89759deb7c9078a;p=pandora-kernel.git ASoC: Intel: fix build with runtime PM disabled. Fix the following errors: All error/warnings: >> sound/soc/intel/sst-haswell-pcm.c:1168:13: error: 'hsw_pcm_prepare' undeclared here (not in a function) .prepare = hsw_pcm_prepare, ^ >> sound/soc/intel/sst-haswell-pcm.c:1169:14: error: 'hsw_pcm_complete' undeclared here (not in a function) .complete = hsw_pcm_complete, ^ Reported-by: kbuild test robot Signed-off-by: Liam Girdwood Signed-off-by: Mark Brown --- Reading git-diff-tree failed