Skip to content

Commit

Permalink
ASoC: Staticise asoc_idma_platform
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Acked-by: Sangbeom Kim <sbkim73@samsung.com>
  • Loading branch information
Mark Brown committed Dec 14, 2011
1 parent 6f8d272 commit 8858d21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/soc/samsung/idma.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 8858d21

Please sign in to comment.