Message ID | 1398496909-27785-7-git-send-email-kaixu.xia@linaro.org |
---|---|
State | New |
Headers | show |
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 --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) {