]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: Intel: common: make sst_dma functions static
authorPierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Tue, 24 Jul 2018 21:12:46 +0000 (16:12 -0500)
committerMark Brown <broonie@kernel.org>
Wed, 25 Jul 2018 16:21:15 +0000 (17:21 +0100)
commit5228facde5bacbe58e4f86a7fe87644d4c4f3dc8
treebdf59750b2424e2b75b68006d724ac3218a4c980
parent4b8019d4e2e174519028759a9e0d9ac1cd9539ec
ASoC: Intel: common: make sst_dma functions static

sst_dma_new and sst_dma_free are not used in any other file and don't
have a prototype. Move to static functions and remove
EXPORT_SYMBOL_GPL statement.

Reported by sparse warnings.

Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/intel/common/sst-firmware.c