From: Igor Grinberg Date: Tue, 26 Apr 2011 20:41:14 +0000 (+0000) Subject: arm: omap3: cm-t3517: fix section mismatch warning X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6424a850aecb030acac9e939d8dc6fb6e55b19ad;p=pandora-kernel.git arm: omap3: cm-t3517: fix section mismatch warning WARNING: arch/arm/mach-omap2/built-in.o(.text+0x11014): Section mismatch in reference from the function cm_t3517_init_usbh() to the (unknown reference) .init.data:(unknown) The function cm_t3517_init_usbh() references the (unknown reference) __initdata (unknown). This is often because cm_t3517_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