From: Axel Lin Date: Tue, 13 Dec 2011 02:14:30 +0000 (+0800) Subject: ASoC: Staticise au1xpsc_soc_platform X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=bba59f332687884e98c920e6c27278824d194c24;p=linux-beck.git ASoC: Staticise au1xpsc_soc_platform Signed-off-by: Axel Lin Signed-off-by: Mark Brown --- diff --git a/sound/soc/au1x/dbdma2.c b/sound/soc/au1x/dbdma2.c index 09699de9b337..92bc1b0346fa 100644 --- a/sound/soc/au1x/dbdma2.c +++ b/sound/soc/au1x/dbdma2.c @@ -341,7 +341,7 @@ static int au1xpsc_pcm_new(struct snd_soc_pcm_runtime *rtd) } /* au1xpsc audio platform */ -struct snd_soc_platform_driver au1xpsc_soc_platform = { +static struct snd_soc_platform_driver au1xpsc_soc_platform = { .ops = &au1xpsc_pcm_ops, .pcm_new = au1xpsc_pcm_new, .pcm_free = au1xpsc_pcm_free_dma_buffers,