Re: [PATCH 1/2] x86: sparse warning in efi.c

2008-02-16 Thread Thomas Gleixner
On Wed, 13 Feb 2008, Harvey Harrison wrote: > arch/x86/kernel/efi.c:57:12: warning: symbol 'efi_phys' was not declared. > Should it be static? > > Yes, it should. > > Signed-off-by: Harvey Harrison <[EMAIL PROTECTED]> Applied. Thanks, tglx -- To unsubscribe from this list: send the l

[PATCH 1/2] x86: sparse warning in efi.c

2008-02-13 Thread Harvey Harrison
arch/x86/kernel/efi.c:57:12: warning: symbol 'efi_phys' was not declared. Should it be static? Yes, it should. Signed-off-by: Harvey Harrison <[EMAIL PROTECTED]> --- arch/x86/kernel/efi.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/x86/kernel/efi.c b/arch/x86/