提交 d8ed061a 编写于 作者: M Mark Brown 提交者: Takashi Iwai

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

Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: NTakashi Iwai <tiwai@suse.de>
上级 40920307
......@@ -411,7 +411,7 @@ static int s3c24xx_i2s_probe(struct platform_device *pdev)
}
#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)
{
DBG("Entered %s\n", __func__);
......@@ -426,7 +426,7 @@ int s3c24xx_i2s_suspend(struct platform_device *pdev,
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)
{
DBG("Entered %s\n", __func__);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册