ASoC: gtm601_dai can be static
authorkbuild test robot <fengguang.wu@intel.com>
Mon, 22 Jun 2015 15:48:25 +0000 (23:48 +0800)
committerMark Brown <broonie@kernel.org>
Mon, 6 Jul 2015 19:29:43 +0000 (20:29 +0100)
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/gtm601.c

index 393001c..7004eba 100644 (file)
@@ -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",