dmaengine: constify of_device_id array
[deliverable/linux.git] / drivers / dma / mpc512x_dma.c
index c66a82ea25592adb0605acc5d37e8bbfaa0191fc..e6281e7aa46e89da548912db37c4fd5868705b2a 100644 (file)
@@ -1068,7 +1068,7 @@ static int mpc_dma_remove(struct platform_device *op)
        return 0;
 }
 
-static struct of_device_id mpc_dma_match[] = {
+static const struct of_device_id mpc_dma_match[] = {
        { .compatible = "fsl,mpc5121-dma", },
        { .compatible = "fsl,mpc8308-dma", },
        {},
This page took 0.025277 seconds and 5 git commands to generate.