From: Dmitri Vorobiev Date: Thu, 2 Apr 2009 23:58:58 +0000 (-0700) Subject: kexec: vmcoreinfo_data[] can become static X-Git-Tag: v2.6.30-rc1~292 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=edb79a213223488735fae1d408f4c136e9ed25d6;p=pandora-kernel.git kexec: vmcoreinfo_data[] can become static The vmcoreinfo_data[] array is not used outside of kernel/kexec.c, and can therefore become static. This patch adds the relevant keyword to the definition of the array. Noticed by sparse. Signed-off-by: Dmitri Vorobiev Cc: "Eric W. Biederman" Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed