[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20150622154825.GA64261@lkp-sb04.intel.com>
Date: Mon, 22 Jun 2015 23:48:25 +0800
From: kbuild test robot <fengguang.wu@...el.com>
To: Marek Belisko <marek@...delico.com>
Cc: kbuild-all@...org, Mark Brown <broonie@...nel.org>,
alsa-devel@...a-project.org, Liam Girdwood <lgirdwood@...il.com>,
Jaroslav Kysela <perex@...ex.cz>, Takashi Iwai <tiwai@...e.de>,
linux-kernel@...r.kernel.org
Subject: [PATCH asoc] ASoC: gtm601_dai can be static
Signed-off-by: Fengguang Wu <fengguang.wu@...el.com>
---
gtm601.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sound/soc/codecs/gtm601.c b/sound/soc/codecs/gtm601.c
index 1b77ff2..305452e 100644
--- a/sound/soc/codecs/gtm601.c
+++ b/sound/soc/codecs/gtm601.c
@@ -33,7 +33,7 @@ static const struct snd_soc_dapm_route gtm601_dapm_routes[] = {
{ "Capture", NULL, "AIN" },
};
-struct snd_soc_dai_driver gtm601_dai = {
+static struct snd_soc_dai_driver gtm601_dai = {
.name = "gtm601",
.playback = {
.stream_name = "Playback",
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists