ASoC: Intel: remove unused function hsw_pcm_free_modules()
authorJie Yang <yang.jie@intel.com>
Thu, 28 May 2015 14:51:54 +0000 (22:51 +0800)
committerMark Brown <broonie@kernel.org>
Thu, 28 May 2015 15:05:05 +0000 (16:05 +0100)
commit506c148ee5e1bfb836116353305927ca4c21a23e
treee575525c6b6a09fae0ae71615fa9cb2078abd2bd
parentd0e72cc0ac3dcebf0de179ba1dd33a276642c5bb
ASoC: Intel: remove unused function hsw_pcm_free_modules()

Remove the unused function hsw_pcm_free_modules() to fix the
compling warning:

sound/soc/intel/haswell/sst-haswell-pcm.c:923:13:
 warning: 'sw_pcm_free_modules' defined but not used
 [-Wunused-function]
 static void hsw_pcm_free_modules(struct hsw_priv_data *pdata)

Signed-off-by: Jie Yang <yang.jie@intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/intel/haswell/sst-haswell-pcm.c