OSDN Git Service

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)
commit8770b07c2dff3cec2c751b289ee690137c88ea54
treeab846781df66e3e352cae088305cc604854772c1
parent52a2396249478018ea2e83d962a347d38d8cccbe
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