dmaengine: pxa_dma: remove duplicate const qualifier
authorEric Engestrom <eric.engestrom@imgtec.com>
Mon, 25 Apr 2016 09:47:56 +0000 (10:47 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 6 Aug 2018 14:24:40 +0000 (16:24 +0200)
commit 4e0def887d717598ae8062b46e55f9e00d3a5783 upstream.

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>
Cc: Andrea Adami <andrea.adami@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/dma/pxa_dma.c

index 55f5d33f6dc70c5f3a1f2b89d045da4194287fce..4251e9ac0373c6486f66d4641c6db507a9198a45 100644 (file)
@@ -1321,7 +1321,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", },
        {}
 };