aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma/ep93xx_dma.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/dma/ep93xx_dma.c')
-rw-r--r--drivers/dma/ep93xx_dma.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/dma/ep93xx_dma.c b/drivers/dma/ep93xx_dma.c
index 24e5290faa32..57ff46284f15 100644
--- a/drivers/dma/ep93xx_dma.c
+++ b/drivers/dma/ep93xx_dma.c
@@ -1364,7 +1364,7 @@ static int __init ep93xx_dma_probe(struct platform_device *pdev)
1364 return ret; 1364 return ret;
1365} 1365}
1366 1366
1367static struct platform_device_id ep93xx_dma_driver_ids[] = { 1367static const struct platform_device_id ep93xx_dma_driver_ids[] = {
1368 { "ep93xx-dma-m2p", 0 }, 1368 { "ep93xx-dma-m2p", 0 },
1369 { "ep93xx-dma-m2m", 1 }, 1369 { "ep93xx-dma-m2m", 1 },
1370 { }, 1370 { },