ARM: OMAP3: cm-t35: fix section mismatch warning
authorIgor Grinberg <grinberg@compulab.co.il>
Sun, 5 Feb 2012 11:39:40 +0000 (13:39 +0200)
committerTony Lindgren <tony@atomide.com>
Wed, 8 Feb 2012 05:36:32 +0000 (21:36 -0800)
commit3686396410e41d97356924b246aced7c86e29ca0
tree7a7a4a56f48d78c5d0672ec67214ab53b71c889a
parentfef67c518349a4cd0eba6b38bde4afdc76538147
ARM: OMAP3: cm-t35: fix section mismatch warning

WARNING: arch/arm/mach-omap2/built-in.o(.text+0xeae8):
Section mismatch in reference from the function cm_t35_init_usbh()
to the (unknown reference) .init.data:(unknown)
The function cm_t35_init_usbh() references
the (unknown reference) __initdata (unknown).
This is often because cm_t35_init_usbh lacks a __initdata
annotation or the annotation of (unknown) is wrong.

Signed-off-by: Igor Grinberg <grinberg@compulab.co.il>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/board-cm-t35.c