]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit00da6f3d760725b1e469cb568a295f99cab933c9
tree7a7a4a56f48d78c5d0672ec67214ab53b71c889a
parent5056d2dcbde7c57b1d7e8629947648c99388cd96
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