From: Arnd Bergmann Date: Tue, 29 Apr 2014 11:18:26 +0000 (+0800) Subject: ASoC: nuc900: export nuc900_ac97_data X-Git-Tag: omap-for-v3.16/fixes-against-rc1~21^2~52^2~2^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=49e3c6418ba480d95a05814cceecc0eda8545179;p=pandora-kernel.git ASoC: nuc900: export nuc900_ac97_data The symbol "nuc900_ac97_data" is used by the nuc900_pcm driver, which may be a loadable module, so we should export it. If one tries to build SND_SOC_NUC900 without SND_SOC_NUC900_AC97, the kernel fails to link because of the reference to nuc900_ac97_data. Signed-off-by: Arnd Bergmann Signed-off-by: Xia Kaixu Signed-off-by: Mark Brown --- Reading git-diff-tree failed