Re: [PATCH -next] ASoC: Intel: fix sparse non static symbol warnings

2014-12-22 Thread Mark Brown
On Tue, Dec 09, 2014 at 09:10:44AM +0800, weiyj...@163.com wrote: > From: Wei Yongjun > > Fixes the following sparse warnings: Applied, thanks. signature.asc Description: Digital signature

[PATCH -next] ASoC: Intel: fix sparse non static symbol warnings

2014-12-08 Thread weiyj_lk
From: Wei Yongjun Fixes the following sparse warnings: sound/soc/intel/sst/sst_acpi.c:248:5: warning: symbol 'sst_acpi_probe' was not declared. Should it be static? sound/soc/intel/sst/sst_acpi.c:335:5: warning: symbol 'sst_acpi_remove' was not declared. Should it be static? Signed-off-by: We