]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
x86: array can become static
authorDmitri Vorobiev <dmitri.vorobiev@gmail.com>
Sun, 20 Apr 2008 02:54:33 +0000 (06:54 +0400)
committerIngo Molnar <mingo@elte.hu>
Sat, 26 Apr 2008 15:35:46 +0000 (17:35 +0200)
commita2b4bd9c95a799ce1002e699187f17ddaa754eb1
tree3f5ab57914b285b1f7ac06f4117c98ad9cbf8a0a
parentf3b14a32db9a74f2bbda980bc95cd4b1f136d80a
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 <dmitri.vorobiev@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/setup_64.c