io_uring: fix io_sqe_files_unregister() hangs
[linux-2.6-microblaze.git] / drivers / dma / dma-jz4780.c
index a608efa..612d353 100644 (file)
@@ -1044,7 +1044,7 @@ static struct platform_driver jz4780_dma_driver = {
        .remove         = jz4780_dma_remove,
        .driver = {
                .name   = "jz4780-dma",
-               .of_match_table = of_match_ptr(jz4780_dma_dt_match),
+               .of_match_table = jz4780_dma_dt_match,
        },
 };