Skip to content

Commit

Permalink
ASoC: Staticise sh4_ssi_dai
Browse files Browse the repository at this point in the history
Signed-off-by: Axel Lin <axel.lin@gmail.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
  • Loading branch information
Axel Lin authored and Mark Brown committed Oct 2, 2011
1 parent bc6bd90 commit 8fccf46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/soc/sh/ssi.c
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ static struct snd_soc_dai_ops ssi_dai_ops = {
.set_fmt = ssi_set_fmt,
};

struct snd_soc_dai_driver sh4_ssi_dai[] = {
static struct snd_soc_dai_driver sh4_ssi_dai[] = {
{
.name = "ssi-dai.0",
.playback = {
Expand Down

0 comments on commit 8fccf46

Please sign in to comment.