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>
This commit is contained in:
Родитель
e093bf60ca
Коммит
4e0def887d
|
@ -1333,7 +1333,7 @@ static int pxad_init_phys(struct platform_device *op,
|
||||||
return 0;
|
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", },
|
{ .compatible = "marvell,pdma-1.0", },
|
||||||
{}
|
{}
|
||||||
};
|
};
|
||||||
|
|
Загрузка…
Ссылка в новой задаче