From: Mark Brown Date: Wed, 1 Jun 2011 09:10:50 +0000 (+0100) Subject: ASoC: Staticize ak4641_dai X-Git-Tag: firefly_0821_release~3680^2~2691^2~1112 X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=37aa716a57f7c1fe5deaedff242e04f5a0f26b54;p=firefly-linux-kernel-4.4.55.git ASoC: Staticize ak4641_dai Signed-off-by: Mark Brown Acked-by: Liam Girdwood --- diff --git a/sound/soc/codecs/ak4641.c b/sound/soc/codecs/ak4641.c index ed96f247c2da..7a64e58cddc4 100644 --- a/sound/soc/codecs/ak4641.c +++ b/sound/soc/codecs/ak4641.c @@ -457,7 +457,7 @@ static struct snd_soc_dai_ops ak4641_pcm_dai_ops = { .set_sysclk = ak4641_set_dai_sysclk, }; -struct snd_soc_dai_driver ak4641_dai[] = { +static struct snd_soc_dai_driver ak4641_dai[] = { { .name = "ak4641-hifi", .id = 1,