Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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

parent 40920307
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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__);