Commit b1d36b1c authored by Daniel Glöckner's avatar Daniel Glöckner Committed by Mark Brown

s6000-i2s: fix compilation

A semicolon was missing.
Signed-off-by: default avatarDaniel Glöckner <daniel-gl@gmx.net>
Acked-by: default avatarLiam Girdwood <lrg@slimlogic.co.uk>
Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
parent 3f1af9d2
...@@ -434,7 +434,7 @@ static struct snd_soc_dai_driver s6000_i2s_dai = { ...@@ -434,7 +434,7 @@ static struct snd_soc_dai_driver s6000_i2s_dai = {
.rate_max = 1562500, .rate_max = 1562500,
}, },
.ops = &s6000_i2s_dai_ops, .ops = &s6000_i2s_dai_ops,
} };
static int __devinit s6000_i2s_probe(struct platform_device *pdev) static int __devinit s6000_i2s_probe(struct platform_device *pdev)
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment