aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma/pxa_dma.c
diff options
context:
space:
mode:
authorEric Engestrom <eric.engestrom@imgtec.com>2016-04-25 10:47:56 +0100
committerVinod Koul <vinod.koul@intel.com>2016-04-26 21:59:46 +0530
commit4e0def887d717598ae8062b46e55f9e00d3a5783 (patch)
treecfdfc146cc71a5a7001bea97971527699d00495d /drivers/dma/pxa_dma.c
parentdmaengine: pxa: handle bus errors (diff)
downloadlinux-dev-4e0def887d717598ae8062b46e55f9e00d3a5783.tar.xz
linux-dev-4e0def887d717598ae8062b46e55f9e00d3a5783.zip
dmaengine: pxa_dma: remove duplicate const qualifier
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>
Diffstat (limited to 'drivers/dma/pxa_dma.c')
-rw-r--r--drivers/dma/pxa_dma.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/dma/pxa_dma.c b/drivers/dma/pxa_dma.c
index 6d17dfd67881..e756a30ccba2 100644
--- a/drivers/dma/pxa_dma.c
+++ b/drivers/dma/pxa_dma.c
@@ -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", },
{}
};