diff options
-rw-r--r-- | sound/soc/samsung/idma.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/samsung/idma.c b/sound/soc/samsung/idma.c index baf97ebadd48..2bcf75815624 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) | |||
410 | idma.lp_tx_addr = addr; | 410 | idma.lp_tx_addr = addr; |
411 | } | 411 | } |
412 | 412 | ||
413 | struct snd_soc_platform_driver asoc_idma_platform = { | 413 | static struct snd_soc_platform_driver asoc_idma_platform = { |
414 | .ops = &idma_ops, | 414 | .ops = &idma_ops, |
415 | .pcm_new = idma_new, | 415 | .pcm_new = idma_new, |
416 | .pcm_free = idma_free, | 416 | .pcm_free = idma_free, |