mtd: denali_dt: Remove redundant use of of_match_ptr
[deliverable/linux.git] / drivers / mtd / nand / denali_dt.c
index 067a505aa624c809de6342b0feb892876a0e65bd..92530244e2cbfdf48ecc2aa2282b90d12a98d0ad 100644 (file)
@@ -146,7 +146,7 @@ static struct platform_driver denali_dt_driver = {
        .driver         = {
                .name   = "denali-nand-dt",
                .owner  = THIS_MODULE,
-               .of_match_table = of_match_ptr(denali_nand_dt_ids),
+               .of_match_table = denali_nand_dt_ids,
        },
 };
 
This page took 0.026953 seconds and 5 git commands to generate.