]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: OMAP2+: Fix Compilation error when omap_l3_noc built as module
authorGovindraj.R <govindraj.raja@ti.com>
Wed, 23 Nov 2011 22:45:37 +0000 (14:45 -0800)
committerTony Lindgren <tony@atomide.com>
Wed, 23 Nov 2011 22:45:37 +0000 (14:45 -0800)
commit2575a86dee07ba04793c58f7bd9a7f17fe50d4f3
treeab846781df66e3e352cae088305cc604854772c1
parent94afe50f83befa7d814044fe2a83ed65874d36bf
ARM: OMAP2+: Fix Compilation error when omap_l3_noc built as module

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.raja@ti.com>
Acked-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/omap_l3_noc.c