diff options
author | Axel Lin <axel.lin@gmail.com> | 2011-10-02 09:43:16 (GMT) |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-10-02 18:58:45 (GMT) |
commit | 8fccf46905b05baa08f69516cabc229ef222f5d7 (patch) | |
tree | 75e4ea8e2ef9bd35ec87f3512ddfc3d2cd7b34d8 /sound | |
parent | bc6bd90eb7bb7978e6e8d741071aaac14325e72f (diff) | |
download | linux-8fccf46905b05baa08f69516cabc229ef222f5d7.tar.xz |
ASoC: Staticise sh4_ssi_dai
Signed-off-by: Axel Lin <axel.lin@gmail.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/soc/sh/ssi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/sh/ssi.c b/sound/soc/sh/ssi.c index 05192d9..e0c621c 100644 --- a/sound/soc/sh/ssi.c +++ b/sound/soc/sh/ssi.c @@ -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 = { |