public inbox for linux-ia64@vger.kernel.org
 help / color / mirror / Atom feed
From: Horms <horms@verge.net.au>
To: linux-ia64@vger.kernel.org
Subject: [PATCH] ia64, kexec: Remove inline declaration of efi_get_pal_addr()
Date: Fri, 07 Jul 2006 03:49:37 +0000	[thread overview]
Message-ID: <20060707034935.GA15342@verge.net.au> (raw)

efi_get_pal_addr() is already declared in linux/efi.h (which is already
indirectly included). This patch removes the inline declaration and
includes linux/efi.h directly for good measure.

Signed-Off-By: Horms <horms@verge.net.au>
---
 arch/ia64/kernel/machine_kexec.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/ia64/kernel/machine_kexec.c b/arch/ia64/kernel/machine_kexec.c
index 573a6b8..f30aa87 100644
--- a/arch/ia64/kernel/machine_kexec.c
+++ b/arch/ia64/kernel/machine_kexec.c
@@ -16,6 +16,7 @@ #include <linux/mm.h>
 #include <linux/kexec.h>
 #include <linux/pci.h>
 #include <linux/cpu.h>
+#include <linux/efi.h>
 #include <asm/mmu_context.h>
 #include <asm/setup.h>
 #include <asm/mca.h>
@@ -98,7 +99,6 @@ #endif
  * 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);
 void machine_kexec(struct kimage *image)
 {
 	relocate_new_kernel_t rnk;
-- 
1.4.1.rc1.g1ef9



             reply	other threads:[~2006-07-07  3:49 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-07-07  3:49 Horms [this message]
  -- strict thread matches above, loose matches on Subject: below --
2006-12-18  3:08 [PATCH] [IA64] kexec: Remove inline declaration of efi_get_pal_addr() Horms
2007-02-05  1:16 Horms

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20060707034935.GA15342@verge.net.au \
    --to=horms@verge.net.au \
    --cc=linux-ia64@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox