Skip to content

Commit 6a54334

Browse files
1aceZhengShunQian
authored andcommitted
dmaengine: pxa_dma: remove duplicate const qualifier
commit 4e0def8 upstream. Signed-off-by: Eric Engestrom <[email protected]> Acked-by: Robert Jarzmik <[email protected]> Signed-off-by: Vinod Koul <[email protected]> Cc: Andrea Adami <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 0b57c55 commit 6a54334

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/dma/pxa_dma.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1321,7 +1321,7 @@ static int pxad_init_phys(struct platform_device *op,
13211321
return 0;
13221322
}
13231323

1324-
static const struct of_device_id const pxad_dt_ids[] = {
1324+
static const struct of_device_id pxad_dt_ids[] = {
13251325
{ .compatible = "marvell,pdma-1.0", },
13261326
{}
13271327
};

0 commit comments

Comments
 (0)