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)
commitef3cb7423358ff0cadacb76f26e3e1f4da8be4ce
treebdf59750b2424e2b75b68006d724ac3218a4c980
parent86efd35ec1e34094914494dacb83077e5df2d1b8
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