Skip to content

Commit

Permalink
ASoC: gtm601_dai can be static
Browse files Browse the repository at this point in the history
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
  • Loading branch information
kbuild test robot authored and Mark Brown committed Jul 6, 2015
1 parent 726f783 commit beb5f86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/soc/codecs/gtm601.c
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit beb5f86

Please sign in to comment.