diff options
author | Axel Lin <axel.lin@gmail.com> | 2011-12-14 06:13:26 -0500 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-12-19 19:48:13 -0500 |
commit | 5ab2ab6a432e93f083db3904f9bcbaa97d4b1d35 (patch) | |
tree | 30816437adc991ddf041896c2d0cbce370e71fff /sound/soc/samsung/pcm.c | |
parent | 58783faf281559379871d85faf2ef53e97d075e0 (diff) |
ASoC: Remove export of s3c_pcm_dai
We don't need to export s3c_pcm_dai after multi-component patch.
Thus remove export of s3c_pcm_dai and make it static.
Signed-off-by: Axel Lin <axel.lin@gmail.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/samsung/pcm.c')
-rw-r--r-- | sound/soc/samsung/pcm.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sound/soc/samsung/pcm.c b/sound/soc/samsung/pcm.c index 3a29c268ea5d..5776addd1f94 100644 --- a/sound/soc/samsung/pcm.c +++ b/sound/soc/samsung/pcm.c | |||
@@ -478,7 +478,7 @@ static const struct snd_soc_dai_ops s3c_pcm_dai_ops = { | |||
478 | .formats = SNDRV_PCM_FMTBIT_S16_LE, \ | 478 | .formats = SNDRV_PCM_FMTBIT_S16_LE, \ |
479 | } | 479 | } |
480 | 480 | ||
481 | struct snd_soc_dai_driver s3c_pcm_dai[] = { | 481 | static struct snd_soc_dai_driver s3c_pcm_dai[] = { |
482 | [0] = { | 482 | [0] = { |
483 | .name = "samsung-pcm.0", | 483 | .name = "samsung-pcm.0", |
484 | S3C_PCM_DAI_DECLARE, | 484 | S3C_PCM_DAI_DECLARE, |
@@ -488,7 +488,6 @@ struct snd_soc_dai_driver s3c_pcm_dai[] = { | |||
488 | S3C_PCM_DAI_DECLARE, | 488 | S3C_PCM_DAI_DECLARE, |
489 | }, | 489 | }, |
490 | }; | 490 | }; |
491 | EXPORT_SYMBOL_GPL(s3c_pcm_dai); | ||
492 | 491 | ||
493 | static __devinit int s3c_pcm_dev_probe(struct platform_device *pdev) | 492 | static __devinit int s3c_pcm_dev_probe(struct platform_device *pdev) |
494 | { | 493 | { |