diff options
author | Harvey Harrison <harvey.harrison@gmail.com> | 2008-02-13 13:26:13 -0800 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-02-19 16:18:28 +0100 |
commit | ecaea42eb8507735a97a496cc5068de06542e8b2 (patch) | |
tree | a259ff2d43bf374a5f0fea83ad2b37bb9fc768e8 /arch/x86/kernel/efi.c | |
parent | cc7e73f35dccba7503bdaf40bb5189225697664d (diff) | |
download | kernel_samsung_tuna-ecaea42eb8507735a97a496cc5068de06542e8b2.zip kernel_samsung_tuna-ecaea42eb8507735a97a496cc5068de06542e8b2.tar.gz kernel_samsung_tuna-ecaea42eb8507735a97a496cc5068de06542e8b2.tar.bz2 |
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.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/efi.c b/arch/x86/kernel/efi.c index 0c0eeb1..759e02b 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) |