ASoC: Staticise sst_platform_dai
authorAxel Lin <axel.lin@gmail.com>
Tue, 27 Sep 2011 02:38:50 +0000 (10:38 +0800)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Tue, 27 Sep 2011 10:21:40 +0000 (11:21 +0100)
It is not used outside this driver so no need to make the symbol global.

Signed-off-by: Axel Lin <axel.lin@gmail.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
sound/soc/mid-x86/sst_platform.c

index 9925d20ab0a3dc441c99a5201329123108ea4812..7df8c58ba50ae3ae0015e3f7cb915049a71cfb5c 100644 (file)
@@ -63,7 +63,7 @@ static struct snd_pcm_hardware sst_platform_pcm_hw = {
 };
 
 /* MFLD - MSIC */
-struct snd_soc_dai_driver sst_platform_dai[] = {
+static struct snd_soc_dai_driver sst_platform_dai[] = {
 {
        .name = "Headset-cpu-dai",
        .id = 0,
This page took 0.026616 seconds and 5 git commands to generate.