commit | edb79a213223488735fae1d408f4c136e9ed25d6 | [log] [tgz] |
---|---|---|
author | Dmitri Vorobiev <dmitri.vorobiev@movial.com> | Thu Apr 02 16:58:58 2009 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Thu Apr 02 19:05:04 2009 -0700 |
tree | b89191aec3c415256ee2d5a646a4f2afb1125c89 | |
parent | 04d491ab2a53008a1aa98ac09561768c7f3adda3 [diff] |
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 <dmitri.vorobiev@movial.com> Cc: "Eric W. Biederman" <ebiederm@xmission.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>