diff mbox

[asoc] ASoC: gtm601_dai can be static

Message ID 20150622154825.GA64261@lkp-sb04.intel.com (mailing list archive)
State Accepted
Commit beb5f8659ccd89a70b0a3ff28e32dbd8065df818
Headers show

Commit Message

Fengguang Wu June 22, 2015, 3:48 p.m. UTC
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
---
 gtm601.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox

Patch

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",