From: Horms Date: Mon, 5 Feb 2007 01:16:20 +0000 (+0900) Subject: [IA64] kexec: Remove inline declaration of efi_get_pal_addr() X-Git-Tag: v2.6.21-rc2~42^2~16^2~22 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=abac08dbb4739f417f570e5bdf03af36150b28c3;p=~emulex%2Finfiniband.git [IA64] kexec: Remove inline declaration of efi_get_pal_addr() Remove the Remove inline declaration of efi_get_pal_addr() as it is declared in linux/efi.h. Signed-Off-By: Simon Horman Signed-off-by: Tony Luck --- diff --git a/arch/ia64/kernel/machine_kexec.c b/arch/ia64/kernel/machine_kexec.c index 714179587a7..655195d483d 100644 --- a/arch/ia64/kernel/machine_kexec.c +++ b/arch/ia64/kernel/machine_kexec.c @@ -14,6 +14,7 @@ #include #include #include +#include #include #include #include @@ -85,7 +86,6 @@ void machine_shutdown(void) * Do not allocate memory (or fail in any way) in machine_kexec(). * We are past the point of no return, committed to rebooting now. */ -extern void *efi_get_pal_addr(void); static void ia64_machine_kexec(struct unw_frame_info *info, void *arg) { struct kimage *image = arg;