Browse Source

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>
Nicolas Ferre 13 years ago
parent
commit
0ab88a0183
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/dma/at_hdmac.c

+ 1 - 1
drivers/dma/at_hdmac.c

@@ -1191,7 +1191,7 @@ static const struct of_device_id atmel_dma_dt_ids[] = {
 MODULE_DEVICE_TABLE(of, atmel_dma_dt_ids);
 #endif
 
-static struct platform_device_id atdma_devtypes[] = {
+static const struct platform_device_id atdma_devtypes[] = {
 	{
 		.name = "at91sam9rl_dma",
 		.driver_data = ATDMA_DEVTYPE_SAM9RL,