From: Jan Beulich Date: Fri, 18 Jul 2008 12:37:53 +0000 (+0100) Subject: x86: fix two modpost warnings X-Git-Tag: v2.6.27-rc1~955^2~1^4~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=369c99205f633d1e4038b15f5dc4a5500a4359c3;p=pandora-kernel.git x86: fix two modpost warnings Even though it's only the difference of the two __initdata symbols that's being calculated, modpost still doesn't like this. So rather calculate the size once in an __init function and store it for later use. Signed-off-by: Jan Beulich Signed-off-by: H. Peter Anvin --- Reading git-diff-tree failed