Re: [PATCH] ARM: OMAP2+: make omap_dma_dev_info __initdata

2017-10-02 Thread Tony Lindgren
* Bhumika Goyal  [170918 09:48]:
> 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.

Applying into omap-for-v4.15/soc thanks.

Tony


Re: [PATCH] ARM: OMAP2+: make omap_dma_dev_info __initdata

2017-10-02 Thread Tony Lindgren
* Bhumika Goyal  [170918 09:48]:
> 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.

Applying into omap-for-v4.15/soc thanks.

Tony


[PATCH] ARM: OMAP2+: make omap_dma_dev_info __initdata

2017-09-18 Thread Bhumika Goyal
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 
---
 arch/arm/mach-omap2/dma.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/mach-omap2/dma.c b/arch/arm/mach-omap2/dma.c
index 694ce09..a005e2a 100644
--- a/arch/arm/mach-omap2/dma.c
+++ b/arch/arm/mach-omap2/dma.c
@@ -223,7 +223,7 @@ static unsigned configure_dma_errata(void)
.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",
.id = -1,
.dma_mask = DMA_BIT_MASK(32),
-- 
1.9.1



[PATCH] ARM: OMAP2+: make omap_dma_dev_info __initdata

2017-09-18 Thread Bhumika Goyal
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 
---
 arch/arm/mach-omap2/dma.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/mach-omap2/dma.c b/arch/arm/mach-omap2/dma.c
index 694ce09..a005e2a 100644
--- a/arch/arm/mach-omap2/dma.c
+++ b/arch/arm/mach-omap2/dma.c
@@ -223,7 +223,7 @@ static unsigned configure_dma_errata(void)
.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",
.id = -1,
.dma_mask = DMA_BIT_MASK(32),
-- 
1.9.1