]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit101bf78e8e9708562f8049de7354f352eceb020d
treee575525c6b6a09fae0ae71615fa9cb2078abd2bd
parentf18a67be1496e01dfb163eb03487888f8590a7a0
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