From: Sachin Kamat Date: Mon, 2 Sep 2013 08:14:58 +0000 (+0530) Subject: dma: ste_dma40: Remove duplicate const X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=cbbe13ea097e635ddebcc5937c5cdce16f351447;p=deliverable%2Flinux.git dma: ste_dma40: Remove duplicate const 'const' was added twice. Signed-off-by: Sachin Kamat Signed-off-by: Vinod Koul --- diff --git a/drivers/dma/ste_dma40.c b/drivers/dma/ste_dma40.c index 7bbcabbc282a..df0a60656a8b 100644 --- a/drivers/dma/ste_dma40.c +++ b/drivers/dma/ste_dma40.c @@ -3485,7 +3485,7 @@ static int __init d40_of_probe(struct platform_device *pdev, { struct stedma40_platform_data *pdata; int num_phy = 0, num_memcpy = 0, num_disabled = 0; - const const __be32 *list; + const __be32 *list; pdata = devm_kzalloc(&pdev->dev, sizeof(struct stedma40_platform_data),