aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma/mmp_tdma.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/dma/mmp_tdma.c')
-rw-r--r--drivers/dma/mmp_tdma.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/dma/mmp_tdma.c b/drivers/dma/mmp_tdma.c
index 70c2fa9963cd..bc7bc5329ca5 100644
--- a/drivers/dma/mmp_tdma.c
+++ b/drivers/dma/mmp_tdma.c
@@ -594,7 +594,7 @@ struct dma_chan *mmp_tdma_xlate(struct of_phandle_args *dma_spec,
594 return dma_request_channel(mask, mmp_tdma_filter_fn, &param); 594 return dma_request_channel(mask, mmp_tdma_filter_fn, &param);
595} 595}
596 596
597static struct of_device_id mmp_tdma_dt_ids[] = { 597static const struct of_device_id mmp_tdma_dt_ids[] = {
598 { .compatible = "marvell,adma-1.0", .data = (void *)MMP_AUD_TDMA}, 598 { .compatible = "marvell,adma-1.0", .data = (void *)MMP_AUD_TDMA},
599 { .compatible = "marvell,pxa910-squ", .data = (void *)PXA910_SQU}, 599 { .compatible = "marvell,pxa910-squ", .data = (void *)PXA910_SQU},
600 {} 600 {}