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)
commit2e4891a5ec6e7c5147a6803bfdabe4f1c94d6bce
tree748208d5f7ee7997f1f721cdcedd2f86b274634c
parent43419b80fa46ee94d4b50ac6ebb1ee1ca5bbbcc7
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