diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2010-09-07 10:53:35 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2010-09-07 15:06:59 -0400 |
commit | df3c278eb3d6e65bd438130fb2ccc66249177b0e (patch) | |
tree | 7071567b42805e4d9459802b75a262a6b33461ca /sound/soc/codecs/cs4270.c | |
parent | 0daaf7e89639674aa95492e5982f85f5cf7530fa (diff) |
ASoC: Remove export of CS4270 DAI
Not needed with multi-component.
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Acked-by: Timur Tabi <timur@freescale.com>
Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
Diffstat (limited to 'sound/soc/codecs/cs4270.c')
-rw-r--r-- | sound/soc/codecs/cs4270.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/codecs/cs4270.c b/sound/soc/codecs/cs4270.c index 6542dc038951..5fd8e0d0dab8 100644 --- a/sound/soc/codecs/cs4270.c +++ b/sound/soc/codecs/cs4270.c | |||
@@ -540,7 +540,6 @@ struct snd_soc_dai_driver cs4270_dai = { | |||
540 | }, | 540 | }, |
541 | .ops = &cs4270_dai_ops, | 541 | .ops = &cs4270_dai_ops, |
542 | }; | 542 | }; |
543 | EXPORT_SYMBOL_GPL(cs4270_dai); | ||
544 | 543 | ||
545 | /** | 544 | /** |
546 | * cs4270_probe - ASoC probe function | 545 | * cs4270_probe - ASoC probe function |