From: Axel Lin Date: Sat, 24 Sep 2011 10:43:43 +0000 (+0800) Subject: ASoC: Drop exporting ad1980_dai X-Git-Tag: next-20110927~51^2~8 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=c0fd9c9c420f0e980b8539c781494c11a82290ce;p=karo-tx-linux.git ASoC: Drop exporting ad1980_dai ad1980_dai is not used outside this driver, thus drop exporting it. Signed-off-by: Axel Lin Signed-off-by: Mark Brown --- diff --git a/sound/soc/codecs/ad1980.c b/sound/soc/codecs/ad1980.c index 4c0fc30a4ccb..e3931cc5e66c 100644 --- a/sound/soc/codecs/ad1980.c +++ b/sound/soc/codecs/ad1980.c @@ -148,7 +148,6 @@ static struct snd_soc_dai_driver ad1980_dai = { .rates = SNDRV_PCM_RATE_48000, .formats = SND_SOC_STD_AC97_FMTS, }, }; -EXPORT_SYMBOL_GPL(ad1980_dai); static int ad1980_reset(struct snd_soc_codec *codec, int try_warm) {