Commit 10e998ff authored by Bhumika Goyal's avatar Bhumika Goyal Committed by Tony Lindgren

ARM: OMAP2+: make omap_dma_dev_info __initdata

Make this __initdata as it is only modified only during the initialisation
phase in the function omap2_system_dma_init_dev and after this it is not
referenced anywhere in the kernel.
Signed-off-by: default avatarBhumika Goyal <bhumirks@gmail.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent cf14dd05
...@@ -223,7 +223,7 @@ static struct omap_system_dma_plat_info dma_plat_info __initdata = { ...@@ -223,7 +223,7 @@ static struct omap_system_dma_plat_info dma_plat_info __initdata = {
.dma_read = dma_read, .dma_read = dma_read,
}; };
static struct platform_device_info omap_dma_dev_info = { static struct platform_device_info omap_dma_dev_info __initdata = {
.name = "omap-dma-engine", .name = "omap-dma-engine",
.id = -1, .id = -1,
.dma_mask = DMA_BIT_MASK(32), .dma_mask = DMA_BIT_MASK(32),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment