ASoC: omap-hdmi: Remove excess curly bracket

Fix the error added by commit:
ASoC: omap-hdmi: Bind the platform driver to the dai driver when loading

Reported-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
This commit is contained in:
Peter Ujfalusi 2014-04-22 10:30:33 +03:00 committed by Mark Brown
parent 5601174ff8
commit a09f064012
1 changed files with 0 additions and 1 deletions

View File

@ -330,7 +330,6 @@ static int omap_hdmi_probe(struct platform_device *pdev)
return omap_pcm_platform_register(&pdev->dev);
}
}
static int omap_hdmi_remove(struct platform_device *pdev)
{