From: Axel Lin Date: Sat, 24 Sep 2011 10:43:43 +0000 (+0800) Subject: ASoC: Drop exporting ad1980_dai X-Git-Tag: v3.3-rc1~14^2~665 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c0fd9c9c420f0e980b8539c781494c11a82290ce;p=platform%2Fkernel%2Flinux-exynos.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 4c0fc30..e3931cc 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) {