aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/efi.c
diff options
context:
space:
mode:
authorHarvey Harrison <harvey.harrison@gmail.com>2008-02-13 13:26:13 -0800
committerIngo Molnar <mingo@elte.hu>2008-02-19 16:18:28 +0100
commitecaea42eb8507735a97a496cc5068de06542e8b2 (patch)
treea259ff2d43bf374a5f0fea83ad2b37bb9fc768e8 /arch/x86/kernel/efi.c
parentx86: sparse error in efi_32.c (diff)
downloadlinux-dev-ecaea42eb8507735a97a496cc5068de06542e8b2.tar.xz
linux-dev-ecaea42eb8507735a97a496cc5068de06542e8b2.zip
x86: sparse warning in efi.c
Yes, it should. Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com> Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'arch/x86/kernel/efi.c')
-rw-r--r--arch/x86/kernel/efi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/efi.c b/arch/x86/kernel/efi.c
index 0c0eeb163d90..759e02bec070 100644
--- a/arch/x86/kernel/efi.c
+++ b/arch/x86/kernel/efi.c
@@ -54,7 +54,7 @@ EXPORT_SYMBOL(efi);
struct efi_memory_map memmap;
-struct efi efi_phys __initdata;
+static struct efi efi_phys __initdata;
static efi_system_table_t efi_systab __initdata;
static int __init setup_noefi(char *arg)