From d1280fd8f585fadf74f8cdbcbc422bdcbf3fb7a0 Mon Sep 17 00:00:00 2001 From: Mark Brown Date: Sun, 13 May 2012 23:27:07 +0100 Subject: [PATCH] ASoC: lm49453: Staticise non-exported symbol lm45453_dai Signed-off-by: Mark Brown --- sound/soc/codecs/lm49453.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sound/soc/codecs/lm49453.c b/sound/soc/codecs/lm49453.c index 5eb726b3ff1b..02a8179c34f0 100644 --- a/sound/soc/codecs/lm49453.c +++ b/sound/soc/codecs/lm49453.c @@ -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 = { -- 2.34.1