diff mbox

[06/15] ASoC: nuc900: export nuc900_ac97_data

Message ID 1398496909-27785-7-git-send-email-kaixu.xia@linaro.org
State New
Headers show

Commit Message

Xia Kaixu April 26, 2014, 7:21 a.m. UTC
From: Arnd Bergmann <arnd@arndb.de>

This symbol is used by the nuc900_pcm driver, which may be
a loadable module, so we should export it.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Xia Kaixu <kaixu.xia@linaro.org>
Cc: Mark Brown <broonie@kernel.org>
Cc: Liam Girdwood <lgirdwood@gmail.com>
Cc: alsa-devel@alsa-project.org
---
 sound/soc/nuc900/nuc900-ac97.c |    1 +
 1 file changed, 1 insertion(+)

Comments

Arnd Bergmann April 28, 2014, 12:30 p.m. UTC | #1
On Saturday 26 April 2014 15:21:40 Xia Kaixu wrote:
> From: Arnd Bergmann <arnd@arndb.de>
> 
> This symbol is used by the nuc900_pcm driver, which may be
> a loadable module, so we should export it.
> 
> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
> Signed-off-by: Xia Kaixu <kaixu.xia@linaro.org>
> Cc: Mark Brown <broonie@kernel.org>
> Cc: Liam Girdwood <lgirdwood@gmail.com>
> Cc: alsa-devel@alsa-project.org

You missed the nuc900 maintainer here, who is confusingly
listed under W90X900 in the MAINTAINERS file.

	Arnd
diff mbox

Patch

diff --git a/sound/soc/nuc900/nuc900-ac97.c b/sound/soc/nuc900/nuc900-ac97.c
index 8987bf9..f2f6794 100644
--- a/sound/soc/nuc900/nuc900-ac97.c
+++ b/sound/soc/nuc900/nuc900-ac97.c
@@ -28,6 +28,7 @@ 
 
 static DEFINE_MUTEX(ac97_mutex);
 struct nuc900_audio *nuc900_ac97_data;
+EXPORT_SYMBOL_GPL(nuc900_ac97_data);
 
 static int nuc900_checkready(void)
 {