Commit d8ed061a authored by Mark Brown's avatar Mark Brown Committed by Takashi Iwai

[ALSA] soc - s3c24xx - Declare suspend and resume static

Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 40920307
...@@ -411,7 +411,7 @@ static int s3c24xx_i2s_probe(struct platform_device *pdev) ...@@ -411,7 +411,7 @@ static int s3c24xx_i2s_probe(struct platform_device *pdev)
} }
#ifdef CONFIG_PM #ifdef CONFIG_PM
int s3c24xx_i2s_suspend(struct platform_device *pdev, static int s3c24xx_i2s_suspend(struct platform_device *pdev,
struct snd_soc_cpu_dai *cpu_dai) struct snd_soc_cpu_dai *cpu_dai)
{ {
DBG("Entered %s\n", __func__); DBG("Entered %s\n", __func__);
...@@ -426,7 +426,7 @@ int s3c24xx_i2s_suspend(struct platform_device *pdev, ...@@ -426,7 +426,7 @@ int s3c24xx_i2s_suspend(struct platform_device *pdev,
return 0; return 0;
} }
int s3c24xx_i2s_resume(struct platform_device *pdev, static int s3c24xx_i2s_resume(struct platform_device *pdev,
struct snd_soc_cpu_dai *cpu_dai) struct snd_soc_cpu_dai *cpu_dai)
{ {
DBG("Entered %s\n", __func__); DBG("Entered %s\n", __func__);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment