ASoC: sunxi: sun4i-spdif: Remove redundant of_match_ptr()
[linux-2.6-block.git] / sound / soc / sunxi / sun4i-spdif.c
index ff18d4113aac0823e1a0c9c488912e724199f16d..c2b55d2e5fe124f7d951d6d12f5db0ce1461900f 100644 (file)
@@ -718,7 +718,7 @@ static const struct dev_pm_ops sun4i_spdif_pm = {
 static struct platform_driver sun4i_spdif_driver = {
        .driver         = {
                .name   = "sun4i-spdif",
-               .of_match_table = of_match_ptr(sun4i_spdif_of_match),
+               .of_match_table = sun4i_spdif_of_match,
                .pm     = &sun4i_spdif_pm,
        },
        .probe          = sun4i_spdif_probe,