Re: [PATCH 2/2] x86: sparse error in efi_32.c

2008-02-16 Thread Thomas Gleixner
On Wed, 13 Feb 2008, Harvey Harrison wrote: > include/linux/efi.h does not include asm/efi.h, efi.c and efi_64.c > explicitly include both. While not really right, add the include > to efi_32.c until the header gets sorted out. > > arch/x86/kernel/efi_32.c:42:6: warning: symbol 'efi_call_phys_pr

[PATCH 2/2] x86: sparse error in efi_32.c

2008-02-13 Thread Harvey Harrison
include/linux/efi.h does not include asm/efi.h, efi.c and efi_64.c explicitly include both. While not really right, add the include to efi_32.c until the header gets sorted out. arch/x86/kernel/efi_32.c:42:6: warning: symbol 'efi_call_phys_prelog' was not declared. Should it be static? arch/x86/