ARM: OMAP2+: make omap_dma_dev_info __initdata
authorBhumika Goyal <bhumirks@gmail.com>
Mon, 18 Sep 2017 16:47:10 +0000 (22:17 +0530)
committerTony Lindgren <tony@atomide.com>
Mon, 2 Oct 2017 19:48:53 +0000 (12:48 -0700)
commit10e998ffc928ec08822476e2618a28ae229619eb
treec239001e4fcbb3c05410f3a63a5f6a6a04e7dfda
parentcf14dd05fa1189af7ce6e7d5f46f89814786f277
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: Bhumika Goyal <bhumirks@gmail.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/dma.c