From: Harvey Harrison Date: Wed, 13 Feb 2008 21:26:39 +0000 (-0800) Subject: x86: sparse error in efi_32.c X-Git-Tag: v3.12-rc1~22767^2~29 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cc7e73f35dccba7503bdaf40bb5189225697664d;p=kernel%2Fkernel-generic.git x86: sparse error in efi_32.c arch/x86/kernel/efi_32.c:42:6: warning: symbol 'efi_call_phys_prelog' was not declared. Should it be static? arch/x86/kernel/efi_32.c:84:6: warning: symbol 'efi_call_phys_epilog' was not declared. Should it be static? Signed-off-by: Harvey Harrison Signed-off-by: Ingo Molnar Signed-off-by: Thomas Gleixner --- diff --git a/arch/x86/kernel/efi_32.c b/arch/x86/kernel/efi_32.c index cb91f98..5d23d85 100644 --- a/arch/x86/kernel/efi_32.c +++ b/arch/x86/kernel/efi_32.c @@ -28,6 +28,7 @@ #include #include #include +#include /* * To make EFI call EFI runtime service in physical addressing mode we need