dmaengine: pxa_dma: remove duplicate const qualifier
[deliverable/linux.git] / drivers / dma / pxa_dma.c
index 6d17dfd67881a7fe314b917bc6dc7e4b65e91946..e756a30ccba2c9b46ea24b036a369b7aa0b07b8d 100644 (file)
@@ -1333,7 +1333,7 @@ static int pxad_init_phys(struct platform_device *op,
        return 0;
 }
 
-static const struct of_device_id const pxad_dt_ids[] = {
+static const struct of_device_id pxad_dt_ids[] = {
        { .compatible = "marvell,pdma-1.0", },
        {}
 };
This page took 0.031267 seconds and 5 git commands to generate.