Commit 4e0def88 authored by Eric Engestrom's avatar Eric Engestrom Committed by Vinod Koul

dmaengine: pxa_dma: remove duplicate const qualifier

Signed-off-by: default avatarEric Engestrom <eric.engestrom@imgtec.com>
Acked-by: default avatarRobert Jarzmik <robert.jarzmik@free.fr>
Signed-off-by: default avatarVinod Koul <vinod.koul@intel.com>
parent e093bf60
...@@ -1333,7 +1333,7 @@ static int pxad_init_phys(struct platform_device *op, ...@@ -1333,7 +1333,7 @@ static int pxad_init_phys(struct platform_device *op,
return 0; 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", }, { .compatible = "marvell,pdma-1.0", },
{} {}
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment