aboutsummaryrefslogtreecommitdiff
path: root/sound/soc/mid-x86
diff options
context:
space:
mode:
authorAxel Lin <axel.lin@gmail.com>2011-09-27 10:38:50 +0800
committerMark Brown <broonie@opensource.wolfsonmicro.com>2011-09-27 11:21:40 +0100
commitd1b73287c2710f3b76f6980daa88cc719d11034f (patch)
treec7a563039471165fa1b8a96639110f5608036fea /sound/soc/mid-x86
parentfe0cc75193cf7d06818b44b01b96c552111a43a6 (diff)
ASoC: Staticise sst_platform_dai
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>
Diffstat (limited to 'sound/soc/mid-x86')
-rw-r--r--sound/soc/mid-x86/sst_platform.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/mid-x86/sst_platform.c b/sound/soc/mid-x86/sst_platform.c
index 9925d20ab0a..7df8c58ba50 100644
--- a/sound/soc/mid-x86/sst_platform.c
+++ b/sound/soc/mid-x86/sst_platform.c
@@ -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,