diff options
author | Axel Lin <axel.lin@gmail.com> | 2011-10-03 04:11:52 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-10-03 09:15:23 -0400 |
commit | 2e4891a5ec6e7c5147a6803bfdabe4f1c94d6bce (patch) | |
tree | 748208d5f7ee7997f1f721cdcedd2f86b274634c /sound/soc/samsung/s3c24xx_simtec.c | |
parent | 43419b80fa46ee94d4b50ac6ebb1ee1ca5bbbcc7 (diff) |
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>
Diffstat (limited to 'sound/soc/samsung/s3c24xx_simtec.c')
-rw-r--r-- | sound/soc/samsung/s3c24xx_simtec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/samsung/s3c24xx_simtec.c b/sound/soc/samsung/s3c24xx_simtec.c index 349566f0686b..c8d525bf6122 100644 --- a/sound/soc/samsung/s3c24xx_simtec.c +++ b/sound/soc/samsung/s3c24xx_simtec.c | |||
@@ -300,7 +300,7 @@ static void detach_gpio_amp(struct s3c24xx_audio_simtec_pdata *pd) | |||
300 | } | 300 | } |
301 | 301 | ||
302 | #ifdef CONFIG_PM | 302 | #ifdef CONFIG_PM |
303 | int simtec_audio_resume(struct device *dev) | 303 | static int simtec_audio_resume(struct device *dev) |
304 | { | 304 | { |
305 | simtec_call_startup(pdata); | 305 | simtec_call_startup(pdata); |
306 | return 0; | 306 | return 0; |