dmaengine: pxa_dma: remove duplicate const qualifier
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>
This commit is contained in:
parent
a66e985716
commit
b4cb2f0fd4
|
@ -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", },
|
||||
{}
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue
Block a user