From: Eric Engestrom Date: Mon, 25 Apr 2016 09:47:56 +0000 (+0100) Subject: dmaengine: pxa_dma: remove duplicate const qualifier X-Git-Tag: v4.7-rc1~119^2~4^2 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=4e0def887d717598ae8062b46e55f9e00d3a5783;p=karo-tx-linux.git dmaengine: pxa_dma: remove duplicate const qualifier Signed-off-by: Eric Engestrom Acked-by: Robert Jarzmik Signed-off-by: Vinod Koul --- 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", }, {} };