Merge tag 'trace-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt...
[linux-2.6-microblaze.git] / drivers / mfd / fsl-imx25-tsadc.c
index a016b39..5f6f0a8 100644 (file)
@@ -196,7 +196,7 @@ MODULE_DEVICE_TABLE(of, mx25_tsadc_ids);
 static struct platform_driver mx25_tsadc_driver = {
        .driver = {
                .name = "mx25-tsadc",
-               .of_match_table = of_match_ptr(mx25_tsadc_ids),
+               .of_match_table = mx25_tsadc_ids,
        },
        .probe = mx25_tsadc_probe,
        .remove = mx25_tsadc_remove,