dma: make Open Firmware device id constant
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / drivers / dma / fsldma.c
index 19011c20390b535b2620c6eb9f1979b28d332236..92efa87258b98f51e8a6fc48b1565c96460c42bc 100644 (file)
@@ -1398,7 +1398,7 @@ static int fsldma_of_remove(struct of_device *op)
        return 0;
 }
 
-static struct of_device_id fsldma_of_ids[] = {
+static const struct of_device_id fsldma_of_ids[] = {
        { .compatible = "fsl,eloplus-dma", },
        { .compatible = "fsl,elo-dma", },
        {}