1
0
Fork 0

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

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
hifive-unleashed-5.1
Mark Brown 2008-04-22 18:27:22 +02:00 committed by Takashi Iwai
parent 409203074e
commit d8ed061a9f
1 changed files with 2 additions and 2 deletions

View File

@ -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__);