Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4e0def88 authored by Eric Engestrom's avatar Eric Engestrom Committed by Vinod Koul
Browse files

dmaengine: pxa_dma: remove duplicate const qualifier

parent e093bf60
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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", },
	{}
};