Skip to content

Commit

Permalink
ASoC: Staticise sst_platform_dai
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Axel Lin authored and Mark Brown committed Sep 27, 2011
1 parent fe0cc75 commit d1b7328
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/soc/mid-x86/sst_platform.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit d1b7328

Please sign in to comment.