ASoC: Staticise asoc_idma_platform
authorMark Brown <[email protected]>
Mon, 12 Dec 2011 14:47:25 +0000 (22:47 +0800)
committerMark Brown <[email protected]>
Wed, 14 Dec 2011 05:52:43 +0000 (13:52 +0800)
Signed-off-by: Mark Brown <[email protected]>
Acked-by: Sangbeom Kim <[email protected]>
sound/soc/samsung/idma.c

index baf97ebadd48a3bde8156b70b3674832090e4cff..2bcf75815624ca83291882ed26f7cb8c3b2c517d 100644 (file)
@@ -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,