ASoC: gtm601_dai can be static

Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
kbuild test robot 2015-06-22 23:48:25 +08:00 committed by Mark Brown
parent 726f783e80
commit beb5f8659c

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