From: Mark Brown Date: Mon, 12 Dec 2011 14:47:25 +0000 (+0800) Subject: ASoC: Staticise asoc_idma_platform X-Git-Tag: v3.3-rc1~14^2~142 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=8858d21891ad6aecced34c31ae961584ad418522;p=users%2Fdwmw2%2Flinux.git ASoC: Staticise asoc_idma_platform Signed-off-by: Mark Brown Acked-by: Sangbeom Kim --- diff --git a/sound/soc/samsung/idma.c b/sound/soc/samsung/idma.c index baf97ebadd48a..2bcf75815624c 100644 --- a/sound/soc/samsung/idma.c +++ b/sound/soc/samsung/idma.c @@ -410,7 +410,7 @@ void idma_reg_addr_init(void __iomem *regs, dma_addr_t addr) idma.lp_tx_addr = addr; } -struct snd_soc_platform_driver asoc_idma_platform = { +static struct snd_soc_platform_driver asoc_idma_platform = { .ops = &idma_ops, .pcm_new = idma_new, .pcm_free = idma_free,