mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-15 08:14:15 +08:00
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:
parent
e093bf60ca
commit
4e0def887d
@ -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", },
|
||||
{}
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user