From 16695971bec3b8b2398f7ab8dfa4c5a22bfcf95d Mon Sep 17 00:00:00 2001 From: Mark Brown Date: Thu, 8 Aug 2013 12:25:57 +0100 Subject: [PATCH] ASoC: pcm1681: Staticise DAI driver It is not exported so doesn't need to be in the global namespace and sparse warns on this. Signed-off-by: Mark Brown --- sound/soc/codecs/pcm1681.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sound/soc/codecs/pcm1681.c b/sound/soc/codecs/pcm1681.c index 27da41b..51b1866 100644 --- a/sound/soc/codecs/pcm1681.c +++ b/sound/soc/codecs/pcm1681.c @@ -225,7 +225,7 @@ static const struct snd_kcontrol_new pcm1681_controls[] = { pcm1681_get_deemph, pcm1681_put_deemph), }; -struct snd_soc_dai_driver pcm1681_dai = { +static struct snd_soc_dai_driver pcm1681_dai = { .name = "pcm1681-hifi", .playback = { .stream_name = "Playback", -- 2.7.4