diff options
Diffstat (limited to 'drivers/dma/k3dma.c')
-rw-r--r-- | drivers/dma/k3dma.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/dma/k3dma.c b/drivers/dma/k3dma.c index 6f7f43529ccb..3ac9256ce87e 100644 --- a/drivers/dma/k3dma.c +++ b/drivers/dma/k3dma.c | |||
@@ -654,7 +654,7 @@ static void k3_dma_free_desc(struct virt_dma_desc *vd) | |||
654 | kfree(ds); | 654 | kfree(ds); |
655 | } | 655 | } |
656 | 656 | ||
657 | static struct of_device_id k3_pdma_dt_ids[] = { | 657 | static const struct of_device_id k3_pdma_dt_ids[] = { |
658 | { .compatible = "hisilicon,k3-dma-1.0", }, | 658 | { .compatible = "hisilicon,k3-dma-1.0", }, |
659 | {} | 659 | {} |
660 | }; | 660 | }; |