aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma/at_hdmac.c
diff options
context:
space:
mode:
authorNicolas Ferre <nicolas.ferre@atmel.com>2011-11-22 05:55:52 -0500
committerVinod Koul <vinod.koul@linux.intel.com>2011-11-28 05:25:36 -0500
commit0ab88a01832d529c48e2a51f3d24662c143df39a (patch)
treebc2d25082e4b0c8cddd847ee5795beb5d7abaa00 /drivers/dma/at_hdmac.c
parent28c7a19d230228ab9ae61c300c5003a2400fadd3 (diff)
dmaengine: at_hdmac: add const to struct platform_device_id definition
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com> Signed-off-by: Vinod Koul <vinod.koul@linux.intel.com>
Diffstat (limited to 'drivers/dma/at_hdmac.c')
-rw-r--r--drivers/dma/at_hdmac.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/dma/at_hdmac.c b/drivers/dma/at_hdmac.c
index 3b0c28ff4ad6..3b44f24888ea 100644
--- a/drivers/dma/at_hdmac.c
+++ b/drivers/dma/at_hdmac.c
@@ -1191,7 +1191,7 @@ static const struct of_device_id atmel_dma_dt_ids[] = {
1191MODULE_DEVICE_TABLE(of, atmel_dma_dt_ids); 1191MODULE_DEVICE_TABLE(of, atmel_dma_dt_ids);
1192#endif 1192#endif
1193 1193
1194static struct platform_device_id atdma_devtypes[] = { 1194static const struct platform_device_id atdma_devtypes[] = {
1195 { 1195 {
1196 .name = "at91sam9rl_dma", 1196 .name = "at91sam9rl_dma",
1197 .driver_data = ATDMA_DEVTYPE_SAM9RL, 1197 .driver_data = ATDMA_DEVTYPE_SAM9RL,