dmaengine: constify of_device_id array
[deliverable/linux.git] / drivers / dma / mmp_pdma.c
index 8926f271904e45dcf1f4ed7532afe6fc3cbdb323..4c4cda98072bd34a3cccafdf2ff94a801c25f80b 100644 (file)
@@ -970,7 +970,7 @@ static int mmp_pdma_chan_init(struct mmp_pdma_device *pdev, int idx, int irq)
        return 0;
 }
 
-static struct of_device_id mmp_pdma_dt_ids[] = {
+static const struct of_device_id mmp_pdma_dt_ids[] = {
        { .compatible = "marvell,pdma-1.0", },
        {}
 };
This page took 0.028607 seconds and 5 git commands to generate.