Merge remote branch 'origin' into secretlab/next-devicetree
[firefly-linux-kernel-4.4.55.git] / drivers / dma / ppc4xx / adma.c
index c6079fcca13fe58667ff794d63a93f71a5f14666..fa98abe4686fb06598c6f8b318e4866dff1f41be 100644 (file)
@@ -4944,12 +4944,12 @@ static const struct of_device_id ppc440spe_adma_of_match[] __devinitconst = {
 MODULE_DEVICE_TABLE(of, ppc440spe_adma_of_match);
 
 static struct of_platform_driver ppc440spe_adma_driver = {
-       .match_table = ppc440spe_adma_of_match,
        .probe = ppc440spe_adma_probe,
        .remove = __devexit_p(ppc440spe_adma_remove),
        .driver = {
                .name = "PPC440SP(E)-ADMA",
                .owner = THIS_MODULE,
+               .of_match_table = ppc440spe_adma_of_match,
        },
 };