aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma/mmp_pdma.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/dma/mmp_pdma.c')
-rw-r--r--drivers/dma/mmp_pdma.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/dma/mmp_pdma.c b/drivers/dma/mmp_pdma.c
index eb410044e1af..462a0229a743 100644
--- a/drivers/dma/mmp_pdma.c
+++ b/drivers/dma/mmp_pdma.c
@@ -973,7 +973,7 @@ static int mmp_pdma_chan_init(struct mmp_pdma_device *pdev, int idx, int irq)
973 return 0; 973 return 0;
974} 974}
975 975
976static struct of_device_id mmp_pdma_dt_ids[] = { 976static const struct of_device_id mmp_pdma_dt_ids[] = {
977 { .compatible = "marvell,pdma-1.0", }, 977 { .compatible = "marvell,pdma-1.0", },
978 {} 978 {}
979}; 979};