]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: Staticise simtec_audio_resume()
authorAxel Lin <axel.lin@gmail.com>
Mon, 3 Oct 2011 08:11:52 +0000 (16:11 +0800)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Mon, 3 Oct 2011 13:15:23 +0000 (14:15 +0100)
commit7b88bb8971a7c047a3743a661a354fba524b3680
tree748208d5f7ee7997f1f721cdcedd2f86b274634c
parent79b81f83b0f613c7328f2c911e3e6992a2e1b3da
ASoC: Staticise simtec_audio_resume()

It is exported via resume callback of struct dev_pm_ops rather than referenced
directly and so should be staticised.

Signed-off-by: Axel Lin <axel.lin@gmail.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
sound/soc/samsung/s3c24xx_simtec.c