From: Igor Grinberg Date: Sun, 5 Feb 2012 11:39:40 +0000 (+0200) Subject: ARM: OMAP3: cm-t35: fix section mismatch warning X-Git-Tag: v3.3-rc4~1^2~1^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3686396410e41d97356924b246aced7c86e29ca0;p=pandora-kernel.git 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 Signed-off-by: Tony Lindgren --- Reading git-diff-tree failed