X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=kernel%2Fdrivers%2Fdma%2Fep93xx_dma.c;fp=kernel%2Fdrivers%2Fdma%2Fep93xx_dma.c;h=57ff46284f159eabca5c9b6b28320414605d150f;hb=e09b41010ba33a20a87472ee821fa407a5b8da36;hp=24e5290faa320108fb9a48a754c39ac606ed6927;hpb=f93b97fd65072de626c074dbe099a1fff05ce060;p=kvmfornfv.git diff --git a/kernel/drivers/dma/ep93xx_dma.c b/kernel/drivers/dma/ep93xx_dma.c index 24e5290fa..57ff46284 100644 --- a/kernel/drivers/dma/ep93xx_dma.c +++ b/kernel/drivers/dma/ep93xx_dma.c @@ -1364,7 +1364,7 @@ static int __init ep93xx_dma_probe(struct platform_device *pdev) return ret; } -static struct platform_device_id ep93xx_dma_driver_ids[] = { +static const struct platform_device_id ep93xx_dma_driver_ids[] = { { "ep93xx-dma-m2p", 0 }, { "ep93xx-dma-m2m", 1 }, { },