Re: [PATCH] OMAP2+: Fix Compilation error when omap_l3_noc built as module

2011-11-18 Thread Tony Lindgren
* Govindraj.R govindraj.r...@ti.com [09 03:12]: Fix below compilation failure on mainline kernel 3.2-rc1 when omap_l3_noc.c is built as module. arch/arm/mach-omap2/omap_l3_noc.c:240: error: expected ',' or ';' before 'MODULE_DEVICE_TABLE' Signed-off-by: Govindraj.R

[PATCH] OMAP2+: Fix Compilation error when omap_l3_noc built as module

2011-11-09 Thread Govindraj.R
Fix below compilation failure on mainline kernel 3.2-rc1 when omap_l3_noc.c is built as module. arch/arm/mach-omap2/omap_l3_noc.c:240: error: expected ',' or ';' before 'MODULE_DEVICE_TABLE' Signed-off-by: Govindraj.R govindraj.r...@ti.com Acked-by: Santosh Shilimkar santosh.shilim...@ti.com