From: kbuild test robot Date: Mon, 22 Jun 2015 15:48:25 +0000 (+0800) Subject: ASoC: gtm601_dai can be static X-Git-Tag: firefly_0821_release~176^2~1082^2~13^2~13^4~3 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=beb5f8659ccd89a70b0a3ff28e32dbd8065df818;p=firefly-linux-kernel-4.4.55.git ASoC: gtm601_dai can be static Signed-off-by: Fengguang Wu Signed-off-by: Mark Brown --- diff --git a/sound/soc/codecs/gtm601.c b/sound/soc/codecs/gtm601.c index 393001c20e1a..7004eba4b752 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",