Re: [PATCH] OMAP2+: Fix Compilation error on current mainline

2011-11-09 Thread Govindraj
Subject: [PATCH] OMAP2+: Fix Compilation error on current mainline Fix below compilation failure on mainline kernel commit id 1ea6b8f48918282bdca0b32a34095504ee65bab5 arch/arm/mach-omap2/omap_l3_noc.c:240: error: expected ',' or ';' before 'MODULE_DEVICE_TABLE' The issue is that 3.2-rc1 does

Re: [PATCH] OMAP2+: Fix Compilation error on current mainline

2011-11-08 Thread Cousson, Benoit
Hi Govind, On 11/8/2011 7:28 AM, Govindraj.R wrote: Patch to fix below compilation error on latest mainline commit b32fc0a0629bf5894b35f33554c118aacfd0d1e2 with omap2plus_defconfig. arch/arm/mach-omap2/omap_l3_noc.c:250: error: 'THIS_MODULE' undeclared here (not in a function) make[1]: ***

Re: [PATCH] OMAP2+: Fix Compilation error on current mainline

2011-11-08 Thread Santosh Shilimkar
On Tuesday 08 November 2011 04:16 PM, Cousson, Benoit wrote: Hi Govind, On 11/8/2011 7:28 AM, Govindraj.R wrote: Patch to fix below compilation error on latest mainline commit b32fc0a0629bf5894b35f33554c118aacfd0d1e2 with omap2plus_defconfig. arch/arm/mach-omap2/omap_l3_noc.c:250: error:

Re: [PATCH] OMAP2+: Fix Compilation error on current mainline

2011-11-08 Thread Govindraj
: Tue, 8 Nov 2011 16:57:22 +0530 Subject: [PATCH] OMAP2+: Fix Compilation error on current mainline Fix below compilation failure on mainline kernel commit id 1ea6b8f48918282bdca0b32a34095504ee65bab5 arch/arm/mach-omap2/omap_l3_noc.c:240: error: expected ',' or ';' before 'MODULE_DEVICE_TABLE

Re: [PATCH] OMAP2+: Fix Compilation error on current mainline

2011-11-08 Thread Cousson, Benoit
the wrong patch here's the right one.[1] -- Thanks, Govindraj.R [1]: From 9d244c0dea4de10ab9052fc1fe7bde8846ad389e Mon Sep 17 00:00:00 2001 From: Govindraj.Rgovindraj.r...@ti.com Date: Tue, 8 Nov 2011 16:57:22 +0530 Subject: [PATCH] OMAP2+: Fix Compilation error on current mainline Fix below

[PATCH] OMAP2+: Fix Compilation error on current mainline

2011-11-07 Thread Govindraj.R
Patch to fix below compilation error on latest mainline commit b32fc0a0629bf5894b35f33554c118aacfd0d1e2 with omap2plus_defconfig. arch/arm/mach-omap2/omap_l3_noc.c:250: error: 'THIS_MODULE' undeclared here (not in a function) make[1]: *** [arch/arm/mach-omap2/omap_l3_noc.o] Error 1

Re: [PATCH] OMAP2+: Fix Compilation error on current mainline

2011-11-07 Thread Shilimkar, Santosh
On Tue, Nov 8, 2011 at 11:58 AM, Govindraj.R govindraj.r...@ti.com wrote: Patch to fix below compilation error on latest mainline commit b32fc0a0629bf5894b35f33554c118aacfd0d1e2 with omap2plus_defconfig. arch/arm/mach-omap2/omap_l3_noc.c:250: error: 'THIS_MODULE' undeclared here (not in a