Skip to content

Commit

Permalink
dmaengine: at_hdmac: add const to struct platform_device_id definition
Browse files Browse the repository at this point in the history
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Signed-off-by: Vinod Koul <vinod.koul@linux.intel.com>
  • Loading branch information
Nicolas Ferre authored and Vinod Koul committed Nov 28, 2011
1 parent 28c7a19 commit 0ab88a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/dma/at_hdmac.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 0ab88a0

Please sign in to comment.