diff options
author | Mark Brown | 2011-12-12 22:47:25 +0800 |
---|---|---|
committer | Mark Brown | 2011-12-14 13:52:43 +0800 |
commit | 8858d21891ad6aecced34c31ae961584ad418522 (patch) | |
tree | 741ef1a237f69a20bdb58bf3a96e410d7ea918b8 /sound | |
parent | 6f8d272a440ca7c61f5727300cbae642759d6765 (diff) |
ASoC: Staticise asoc_idma_platform
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Acked-by: Sangbeom Kim <sbkim73@samsung.com>
Diffstat (limited to 'sound')
-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) 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, |