From: Sam Ravnborg Date: Mon, 26 Feb 2007 15:45:41 +0000 (+0100) Subject: kbuild: whitelist section mismatch in init/main.c X-Git-Tag: v2.6.22-rc1~1007^2~36 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aae5f662a32c35b1a962627535acb588d48ff5f9;p=pandora-kernel.git kbuild: whitelist section mismatch in init/main.c In init/main.c we have a reference from rest_init() to .init.text which is intentional. Rename the function 'init' to 'kernel_init' to make it a kernel wide unique symbol and whitelist the reference. Signed-off-by: Sam Ravnborg --- Reading git-diff-tree failed