]> Git Repo - linux.git/commitdiff
ASoC: Remove export of s3c_pcm_dai
authorAxel Lin <[email protected]>
Wed, 14 Dec 2011 11:13:26 +0000 (19:13 +0800)
committerMark Brown <[email protected]>
Tue, 20 Dec 2011 00:48:13 +0000 (00:48 +0000)
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 <[email protected]>
Signed-off-by: Mark Brown <[email protected]>
sound/soc/samsung/pcm.c

index 3a29c268ea5d2d70dacb5118b9b5df62aeaa433a..5776addd1f9416a78caeb8a1b982fcafcd6cea85 100644 (file)
@@ -478,7 +478,7 @@ static const struct snd_soc_dai_ops s3c_pcm_dai_ops = {
                .formats        = SNDRV_PCM_FMTBIT_S16_LE,      \
        }
 
-struct snd_soc_dai_driver s3c_pcm_dai[] = {
+static struct snd_soc_dai_driver s3c_pcm_dai[] = {
        [0] = {
                .name   = "samsung-pcm.0",
                S3C_PCM_DAI_DECLARE,
@@ -488,7 +488,6 @@ struct snd_soc_dai_driver s3c_pcm_dai[] = {
                S3C_PCM_DAI_DECLARE,
        },
 };
-EXPORT_SYMBOL_GPL(s3c_pcm_dai);
 
 static __devinit int s3c_pcm_dev_probe(struct platform_device *pdev)
 {
This page took 0.053708 seconds and 4 git commands to generate.