[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 <horms@verge.net.au> Signed-off-by: Tony Luck <tony.luck@intel.com>
This commit is contained in:
parent
8a697d0a4c
commit
abac08dbb4
1 changed files with 1 additions and 1 deletions
|
@ -14,6 +14,7 @@
|
||||||
#include <linux/kexec.h>
|
#include <linux/kexec.h>
|
||||||
#include <linux/cpu.h>
|
#include <linux/cpu.h>
|
||||||
#include <linux/irq.h>
|
#include <linux/irq.h>
|
||||||
|
#include <linux/efi.h>
|
||||||
#include <asm/mmu_context.h>
|
#include <asm/mmu_context.h>
|
||||||
#include <asm/setup.h>
|
#include <asm/setup.h>
|
||||||
#include <asm/delay.h>
|
#include <asm/delay.h>
|
||||||
|
@ -85,7 +86,6 @@ void machine_shutdown(void)
|
||||||
* Do not allocate memory (or fail in any way) in machine_kexec().
|
* Do not allocate memory (or fail in any way) in machine_kexec().
|
||||||
* We are past the point of no return, committed to rebooting now.
|
* 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)
|
static void ia64_machine_kexec(struct unw_frame_info *info, void *arg)
|
||||||
{
|
{
|
||||||
struct kimage *image = arg;
|
struct kimage *image = arg;
|
||||||
|
|
Loading…
Add table
Reference in a new issue