aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma/fsldma.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/dma/fsldma.c')
-rw-r--r--drivers/dma/fsldma.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/dma/fsldma.c b/drivers/dma/fsldma.c
index 19011c20390b..92efa87258b9 100644
--- a/drivers/dma/fsldma.c
+++ b/drivers/dma/fsldma.c
@@ -1398,7 +1398,7 @@ static int fsldma_of_remove(struct of_device *op)
1398 return 0; 1398 return 0;
1399} 1399}
1400 1400
1401static struct of_device_id fsldma_of_ids[] = { 1401static const struct of_device_id fsldma_of_ids[] = {
1402 { .compatible = "fsl,eloplus-dma", }, 1402 { .compatible = "fsl,eloplus-dma", },
1403 { .compatible = "fsl,elo-dma", }, 1403 { .compatible = "fsl,elo-dma", },
1404 {} 1404 {}