dmaengine: pxa_dma: remove duplicate const qualifier
authorEric Engestrom <eric.engestrom@imgtec.com>
Mon, 25 Apr 2016 09:47:56 +0000 (10:47 +0100)
committerVinod Koul <vinod.koul@intel.com>
Tue, 26 Apr 2016 16:29:46 +0000 (21:59 +0530)
Signed-off-by: Eric Engestrom <eric.engestrom@imgtec.com>
Acked-by: Robert Jarzmik <robert.jarzmik@free.fr>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
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.02665 seconds and 5 git commands to generate.