From: Henrik Kretzschmar Date: Fri, 26 Mar 2010 19:38:35 +0000 (+0100) Subject: debugobjects: Section mismatch cleanup X-Git-Tag: v2.6.35-rc1~527^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1fb2f77c037624601fd214fb7c29faa84cd7bdd7;p=pandora-kernel.git debugobjects: Section mismatch cleanup This patch marks two functions, which only get called at initialization, as __init. Here is also interesting, that modpost doesn't catch here the right function name. WARNING: lib/built-in.o(.text+0x585f): Section mismatch in reference from the function T.506() to the variable .init.data:obj The function T.506() references the variable __initdata obj. This is often because T.506 lacks a __initdata annotation or the annotation of obj is wrong. Signed-off-by: Henrik Kretzschmar LKML-Reference: <1269632315-19403-1-git-send-email-henne@nachtwindheim.de> Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed