From: Jan Beulich Date: Wed, 29 May 2013 12:29:12 +0000 (+0100) Subject: x86: __force_order doesn't need to be an actual variable X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~59^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1d10f6ee602ec5a4bd0c1606ba5f38277da432e1;p=pandora-kernel.git x86: __force_order doesn't need to be an actual variable It being static causes over a dozen instances to be scattered across the kernel image, with non of them ever being referenced in any way. Making the variable extern without ever defining it works as well - all we need is to have the compiler think the variable is being accessed. Signed-off-by: Jan Beulich Link: http://lkml.kernel.org/r/51A610B802000078000D99A0@nat28.tlf.novell.com Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed