From: Dmitri Vorobiev Date: Sun, 20 Apr 2008 02:54:33 +0000 (+0400) Subject: x86: array can become static X-Git-Tag: v2.6.26-rc1~1045^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a2b4bd9c95a799ce1002e699187f17ddaa754eb1;p=pandora-kernel.git x86: array can become static In arch/x86/kernel/setup_64.c, the standard_io_resources array is needlessly defined as global. This patch makes this variable static. This patch was successfully build-tested using the defconfig for x86_64. Runtime test was performed by booting a 64-bit x86 box up to the shell prompt. Signed-off-by: Dmitri Vorobiev Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed