crypto: mv_cesa - Remove redundant of_match_ptr
[firefly-linux-kernel-4.4.55.git] / drivers / crypto / mv_cesa.c
index f9b9560f64b43dc64e79c72c8ee93139af481269..2662d1b04c2af4dec3063eac5e0e4c7e07e895b3 100644 (file)
@@ -1187,7 +1187,7 @@ static struct platform_driver marvell_crypto = {
        .driver         = {
                .owner  = THIS_MODULE,
                .name   = "mv_crypto",
-               .of_match_table = of_match_ptr(mv_cesa_of_match_table),
+               .of_match_table = mv_cesa_of_match_table,
        },
 };
 MODULE_ALIAS("platform:mv_crypto");