From: Arnd Bergmann Date: Thu, 11 Apr 2013 00:05:04 +0000 (+0200) Subject: ASoC: samsung: export idma_reg_addr_init X-Git-Tag: v3.10-rc1~107^2~42^2~11^2~2 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=0930c33ad005f5af955059f8e85cdd1816e25a1b;p=linux.git ASoC: samsung: export idma_reg_addr_init The idma_reg_addr_init function is used by the samsung i2s driver, which can be a loadable module, so we have to export this function. Signed-off-by: Arnd Bergmann Signed-off-by: Mark Brown --- diff --git a/sound/soc/samsung/idma.c b/sound/soc/samsung/idma.c index f36a5414f5c4..6e5fed30aa27 100644 --- a/sound/soc/samsung/idma.c +++ b/sound/soc/samsung/idma.c @@ -411,6 +411,7 @@ void idma_reg_addr_init(void __iomem *regs, dma_addr_t addr) idma.regs = regs; idma.lp_tx_addr = addr; } +EXPORT_SYMBOL_GPL(idma_reg_addr_init); static struct snd_soc_platform_driver asoc_idma_platform = { .ops = &idma_ops,