]> git.karo-electronics.de Git - linux-beck.git/commit
ASoC: intel - atom: fix sst_platform_compr_ops declaration
authorVinod Koul <vinod.koul@intel.com>
Fri, 19 Jun 2015 18:25:31 +0000 (23:55 +0530)
committerMark Brown <broonie@kernel.org>
Wed, 8 Jul 2015 18:24:05 +0000 (19:24 +0100)
commit47a7bfc2bc99625e376e59fb01abf779c2d8a7b0
tree71eaeaad8d6b7aa63f9b7356fbc72b274a525050
parent9569909f4dda3810be05223e4deb278b794f309b
ASoC: intel - atom: fix sst_platform_compr_ops declaration

Sparse complains that sst_platform_compr_ops should be static, but the
declaration of this symbol was not correct so declare the symbol as
extern in header file

sound/soc/intel/atom/sst-mfld-platform-compress.c:257:22: warning: symbol
'sst_platform_compr_ops' was not declared. Should it be static?

Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Acked-by: Liam Girdwood <liam.r.girdwood@linux.intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/intel/atom/sst-mfld-platform-pcm.c
sound/soc/intel/atom/sst-mfld-platform.h