Skip to content

Commit

Permalink
ASoC: zx: zx_i2s_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 Jun 4, 2015
1 parent dc772a4 commit 3c10c28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/soc/zte/zx296702-i2s.c
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ static const struct snd_soc_component_driver zx_i2s_component = {
.name = "zx-i2s",
};

struct snd_soc_dai_driver zx_i2s_dai = {
static struct snd_soc_dai_driver zx_i2s_dai = {
.name = "zx-i2s-dai",
.id = 0,
.probe = zx_i2s_dai_probe,
Expand Down

0 comments on commit 3c10c28

Please sign in to comment.