diff options
author | Axel Lin <axel.lin@gmail.com> | 2011-09-27 10:38:50 +0800 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-09-27 11:21:40 +0100 |
commit | d1b73287c2710f3b76f6980daa88cc719d11034f (patch) | |
tree | c7a563039471165fa1b8a96639110f5608036fea /sound/soc/mid-x86 | |
parent | fe0cc75193cf7d06818b44b01b96c552111a43a6 (diff) | |
download | linux-d1b73287c2710f3b76f6980daa88cc719d11034f.tar.gz linux-d1b73287c2710f3b76f6980daa88cc719d11034f.tar.bz2 linux-d1b73287c2710f3b76f6980daa88cc719d11034f.zip |
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.c | 2 |
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 9925d20ab0a3..7df8c58ba50a 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, |