Commit d1b73287 authored by Axel Lin's avatar Axel Lin Committed by Mark Brown

ASoC: Staticise sst_platform_dai

It is not used outside this driver so no need to make the symbol global.
Signed-off-by: default avatarAxel Lin <axel.lin@gmail.com>
Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
parent fe0cc751
......@@ -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,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment