Skip to content

Commit

Permalink
ASoC: lm49453: Staticise non-exported symbol lm45453_dai
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
  • Loading branch information
Mark Brown committed May 13, 2012
1 parent dc2af52 commit d1280fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/soc/codecs/lm49453.c
Original file line number Diff line number Diff line change
Expand Up @@ -1358,7 +1358,7 @@ static struct snd_soc_dai_ops lm49453_lineout_dai_ops = {
};

/* LM49453 dai structure. */
struct snd_soc_dai_driver lm49453_dai[] = {
static const struct snd_soc_dai_driver lm49453_dai[] = {
{
.name = "LM49453 Headset",
.playback = {
Expand Down

0 comments on commit d1280fd

Please sign in to comment.