From: kbuild test robot Date: Mon, 22 Jun 2015 15:48:25 +0000 (+0800) Subject: ASoC: gtm601_dai can be static X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=beb5f8659ccd89a70b0a3ff28e32dbd8065df818;p=linux-beck.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",